Remove Participants Options
data class RemoveParticipantsOptions(val coHostResponsibility: List<CoHostResponsibility>, val participant: Participant, val member: String, val islevel: String, val showAlert: ShowAlert? = null, val coHost: String, val participants: List<Participant>, val socket: SocketManager? = null, val roomName: String, val updateParticipants: (List<Participant>) -> Unit)
Defines options for removing a participant from a room.
Constructors
Link copied to clipboard
constructor(coHostResponsibility: List<CoHostResponsibility>, participant: Participant, member: String, islevel: String, showAlert: ShowAlert? = null, coHost: String, participants: List<Participant>, socket: SocketManager? = null, roomName: String, updateParticipants: (List<Participant>) -> Unit)