Package 

Interface LivekitRoom.UpdateSubscriptionsRequestOrBuilder

    • Method Summary

      Modifier and Type Method Description
      abstract String getRoom() string room = 1;
      abstract ByteString getRoomBytes() string room = 1;
      abstract String getIdentity() string identity = 2;
      abstract ByteString getIdentityBytes() string identity = 2;
      abstract List<String> getTrackSidsList()
      list of sids of tracks
      
      repeated string track_sids = 3;
      abstract int getTrackSidsCount()
      list of sids of tracks
      
      repeated string track_sids = 3;
      abstract String getTrackSids(int index)
      list of sids of tracks
      
      repeated string track_sids = 3;
      abstract ByteString getTrackSidsBytes(int index)
      list of sids of tracks
      
      repeated string track_sids = 3;
      abstract boolean getSubscribe()
      set to true to subscribe, false to unsubscribe from tracks
      
      bool subscribe = 4;
      abstract List<LivekitModels.ParticipantTracks> getParticipantTracksList()
      list of participants and their tracks
      
      repeated .livekit.ParticipantTracks participant_tracks = 5;
      abstract LivekitModels.ParticipantTracks getParticipantTracks(int index)
      list of participants and their tracks
      
      repeated .livekit.ParticipantTracks participant_tracks = 5;
      abstract int getParticipantTracksCount()
      list of participants and their tracks
      
      repeated .livekit.ParticipantTracks participant_tracks = 5;
      • 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

      • getRoomBytes

         abstract ByteString getRoomBytes()

        string room = 1;

      • getTrackSidsCount

         abstract int getTrackSidsCount()
        list of sids of tracks
        
        repeated string track_sids = 3;
      • getTrackSids

         abstract String getTrackSids(int index)
        list of sids of tracks
        
        repeated string track_sids = 3;
        Parameters:
        index - The index of the element to return.
      • getTrackSidsBytes

         abstract ByteString getTrackSidsBytes(int index)
        list of sids of tracks
        
        repeated string track_sids = 3;
        Parameters:
        index - The index of the element to return.
      • getSubscribe

         abstract boolean getSubscribe()
        set to true to subscribe, false to unsubscribe from tracks
        
        bool subscribe = 4;
      • getParticipantTracksCount

         abstract int getParticipantTracksCount()
        list of participants and their tracks
        
        repeated .livekit.ParticipantTracks participant_tracks = 5;