Mute Participants Options
data class MuteParticipantsOptions(val socket: SocketManager?, val roomName: String, val participant: Participant, val coHostResponsibility: List<CoHostResponsibility>, val coHost: String, val member: String, val islevel: String, val showAlert: (ShowAlertOptions) -> Unit?, val participants: List<Participant>, val eventType: EventType)
Constructors
Link copied to clipboard
constructor(socket: SocketManager?, roomName: String, participant: Participant, coHostResponsibility: List<CoHostResponsibility>, coHost: String, member: String, islevel: String, showAlert: (ShowAlertOptions) -> Unit?, participants: List<Participant>, eventType: EventType)