-
public final class ParticipantTrackPermission
-
-
Field Summary
Fields Modifier and Type Field Description private final StringparticipantIdentityprivate final StringparticipantSidprivate final BooleanallTracksAllowedprivate final List<String>allowedTrackSids
-
Method Summary
Modifier and Type Method Description final StringgetParticipantIdentity()The participant identity this permission applies to. final StringgetParticipantSid()The participant id this permission applies to. final BooleangetAllTracksAllowed()If set to true, the target participant can subscribe to all tracks from the local participant. final List<String>getAllowedTrackSids()The list of track ids that the target participant can subscribe to. -
-
Method Detail
-
getParticipantIdentity
final String getParticipantIdentity()
The participant identity this permission applies to. You can either provide this or
participantSid
-
getParticipantSid
final String getParticipantSid()
The participant id this permission applies to.
-
getAllTracksAllowed
final Boolean getAllTracksAllowed()
If set to true, the target participant can subscribe to all tracks from the local participant.
Takes precedence over allowedTrackSids.
-
getAllowedTrackSids
final List<String> getAllowedTrackSids()
The list of track ids that the target participant can subscribe to.
-
-
-
-