ModifyCoHostSettingsOptions

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

Constructors

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

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard