MeetingEndedOptions

data class MeetingEndedOptions(val showAlert: ShowAlert? = null, val redirectUrl: String? = null, val onWeb: Boolean, val eventType: EventType, val updateValidated: (Boolean) -> Unit? = null)

Kotlin replicas of mediasfu_sdk/lib/producers/socket_receive_methods meeting-related handlers.

Constructors

Link copied to clipboard
constructor(showAlert: ShowAlert? = null, redirectUrl: String? = null, onWeb: Boolean, eventType: EventType, updateValidated: (Boolean) -> Unit? = null)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val redirectUrl: String? = null
Link copied to clipboard
val showAlert: ShowAlert? = null
Link copied to clipboard
val updateValidated: (Boolean) -> Unit? = null