ParticipantPermissions

@Serializable
data class ParticipantPermissions

Properties

Link copied to clipboard
val canAdmin: Set<CanAdminPermission>

Which admin tasks a participant is allowed to do.

Link copied to clipboard
val canReceive: CanReceivePermission

Which media a participant is allowed to receive.

Link copied to clipboard
val canSend: Set<CanSendPermission>

Which kinds of media a participant is allowed to send.

Link copied to clipboard
val hasPresence: Boolean

Whether the participant has presence (i.e. whether they show up in others' participants()).