-
- All Implemented Interfaces:
-
com.google.protobuf.MessageLiteOrBuilder
public interface LivekitRtc.UpdateSubscriptionOrBuilder implements MessageLiteOrBuilder
-
-
Method Summary
Modifier and Type Method Description abstract List<String>getTrackSidsList()repeated string track_sids = 1;abstract intgetTrackSidsCount()repeated string track_sids = 1;abstract StringgetTrackSids(int index)repeated string track_sids = 1;abstract ByteStringgetTrackSidsBytes(int index)repeated string track_sids = 1;abstract booleangetSubscribe()bool subscribe = 2;abstract List<LivekitModels.ParticipantTracks>getParticipantTracksList()repeated .livekit.ParticipantTracks participant_tracks = 3;abstract LivekitModels.ParticipantTracksgetParticipantTracks(int index)repeated .livekit.ParticipantTracks participant_tracks = 3;abstract intgetParticipantTracksCount()repeated .livekit.ParticipantTracks participant_tracks = 3;-
-
Method Detail
-
getTrackSidsList
abstract List<String> getTrackSidsList()
repeated string track_sids = 1;
-
getTrackSidsCount
abstract int getTrackSidsCount()
repeated string track_sids = 1;
-
getTrackSids
abstract String getTrackSids(int index)
repeated string track_sids = 1;- Parameters:
index- The index of the element to return.
-
getTrackSidsBytes
abstract ByteString getTrackSidsBytes(int index)
repeated string track_sids = 1;- Parameters:
index- The index of the element to return.
-
getSubscribe
abstract boolean getSubscribe()
bool subscribe = 2;
-
getParticipantTracksList
abstract List<LivekitModels.ParticipantTracks> getParticipantTracksList()
repeated .livekit.ParticipantTracks participant_tracks = 3;
-
getParticipantTracks
abstract LivekitModels.ParticipantTracks getParticipantTracks(int index)
repeated .livekit.ParticipantTracks participant_tracks = 3;
-
getParticipantTracksCount
abstract int getParticipantTracksCount()
repeated .livekit.ParticipantTracks participant_tracks = 3;
-
-
-
-