CanReceivePermission

@Serializable
data class CanReceivePermission

Properties

Link copied to clipboard
val base: CanReceiveMediaPermissionFull

Which media the participant should be permitted to receive from any remote participant.

Link copied to clipboard
val byParticipantId: Map<String, CanReceiveMediaPermissionPartial>? = null

A mapping between remote participant IDs and the media the local participant should be permitted to receive from that participant.

Link copied to clipboard
val byUserId: Map<String, CanReceiveMediaPermissionPartial>? = null

A mapping between remote userIds and the media the local participant should be permitted to receive from that participant.