UpdatedCoHostOptions

data class UpdatedCoHostOptions(val coHost: String, val coHostResponsibility: List<CoHostResponsibility>, val showAlert: ShowAlert? = null, val eventType: EventType, val islevel: String, val member: String, val youAreCoHost: Boolean, val updateCoHost: (String) -> Unit, val updateCoHostResponsibility: (List<CoHostResponsibility>) -> Unit, val updateYouAreCoHost: (Boolean) -> Unit)

Kotlin replica of UpdatedCoHostOptions from mediasfu_sdk/lib/producers/socket_receive_methods/updated_co_host.dart.

Constructors

Link copied to clipboard
constructor(coHost: String, coHostResponsibility: List<CoHostResponsibility>, showAlert: ShowAlert? = null, eventType: EventType, islevel: String, member: String, youAreCoHost: Boolean, updateCoHost: (String) -> Unit, updateCoHostResponsibility: (List<CoHostResponsibility>) -> Unit, updateYouAreCoHost: (Boolean) -> Unit)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val showAlert: ShowAlert? = null
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard