Remove Participants Options
data class RemoveParticipantsOptions(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, val updateParticipants: (List<Participant>) -> Unit)
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, updateParticipants: (List<Participant>) -> Unit)