ParticipantTrackPermission

data class ParticipantTrackPermission(val participantIdentity: String? = null, val participantSid: String? = null, val allTracksAllowed: Boolean = false, val allowedTrackSids: List<String> = emptyList())

Constructors

Link copied to clipboard
constructor(participantIdentity: String? = null, participantSid: String? = null, allTracksAllowed: Boolean = false, allowedTrackSids: List<String> = emptyList())

Properties

Link copied to clipboard

The list of track ids that the target participant can subscribe to.

Link copied to clipboard

If set to true, the target participant can subscribe to all tracks from the local participant.

Link copied to clipboard

The participant identity this permission applies to. You can either provide this or participantSid

Link copied to clipboard
val participantSid: String? = null

The participant id this permission applies to.