ModifyCoHostSettingsOptions

data class ModifyCoHostSettingsOptions(val roomName: String, val showAlert: ShowAlert? = null, val selectedParticipant: String, val coHost: String, val coHostResponsibility: List<CoHostResponsibility>, val updateIsCoHostModalVisible: (Boolean) -> Unit, val updateCoHostResponsibility: (List<CoHostResponsibility>) -> Unit, val updateCoHost: (String) -> Unit, val socket: SocketManager? = null)

Defines the options for modifying co-host settings.

Constructors

Link copied to clipboard
constructor(roomName: String, showAlert: ShowAlert? = null, selectedParticipant: String, coHost: String, coHostResponsibility: List<CoHostResponsibility>, updateIsCoHostModalVisible: (Boolean) -> Unit, updateCoHostResponsibility: (List<CoHostResponsibility>) -> Unit, updateCoHost: (String) -> Unit, socket: SocketManager? = null)

Properties

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