Package 

Interface LivekitRtc.TrackPermissionOrBuilder

    • Method Summary

      Modifier and Type Method Description
      abstract String getParticipantSid()
      permission could be granted either by participant sid or identity
      
      string participant_sid = 1;
      abstract ByteString getParticipantSidBytes()
      permission could be granted either by participant sid or identity
      
      string participant_sid = 1;
      abstract boolean getAllTracks() bool all_tracks = 2;
      abstract List<String> getTrackSidsList() repeated string track_sids = 3;
      abstract int getTrackSidsCount() repeated string track_sids = 3;
      abstract String getTrackSids(int index) repeated string track_sids = 3;
      abstract ByteString getTrackSidsBytes(int index) repeated string track_sids = 3;
      abstract String getParticipantIdentity() string participant_identity = 4;
      abstract ByteString getParticipantIdentityBytes() string participant_identity = 4;
      • Methods inherited from class com.google.protobuf.MessageLiteOrBuilder

        getDefaultInstanceForType, isInitialized
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • getParticipantSid

         abstract String getParticipantSid()
        permission could be granted either by participant sid or identity
        
        string participant_sid = 1;
      • getParticipantSidBytes

         abstract ByteString getParticipantSidBytes()
        permission could be granted either by participant sid or identity
        
        string participant_sid = 1;
      • getAllTracks

         abstract boolean getAllTracks()

        bool all_tracks = 2;

      • getTrackSids

         abstract String getTrackSids(int index)

        repeated string track_sids = 3;

        Parameters:
        index - The index of the element to return.
      • getTrackSidsBytes

         abstract ByteString getTrackSidsBytes(int index)

        repeated string track_sids = 3;

        Parameters:
        index - The index of the element to return.