RemoveParticipantsOptions

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)

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
Link copied to clipboard
val showAlert: ShowAlert? = null
Link copied to clipboard
val socket: SocketManager? = null
Link copied to clipboard