-
- All Implemented Interfaces:
-
com.google.protobuf.MessageLiteOrBuilder
public interface LivekitRoom.UpdateSubscriptionsRequestOrBuilder implements MessageLiteOrBuilder
-
-
Method Summary
Modifier and Type Method Description abstract StringgetRoom()string room = 1;abstract ByteStringgetRoomBytes()string room = 1;abstract StringgetIdentity()string identity = 2;abstract ByteStringgetIdentityBytes()string identity = 2;abstract List<String>getTrackSidsList()list of sids of tracksrepeated string track_sids = 3;abstract intgetTrackSidsCount()list of sids of tracksrepeated string track_sids = 3;abstract StringgetTrackSids(int index)list of sids of tracksrepeated string track_sids = 3;abstract ByteStringgetTrackSidsBytes(int index)list of sids of tracksrepeated string track_sids = 3;abstract booleangetSubscribe()set to true to subscribe, false to unsubscribe from tracksbool subscribe = 4;abstract List<LivekitModels.ParticipantTracks>getParticipantTracksList()list of participants and their tracksrepeated .livekit.ParticipantTracks participant_tracks = 5;abstract LivekitModels.ParticipantTracksgetParticipantTracks(int index)list of participants and their tracksrepeated .livekit.ParticipantTracks participant_tracks = 5;abstract intgetParticipantTracksCount()list of participants and their tracksrepeated .livekit.ParticipantTracks participant_tracks = 5;-
-
Method Detail
-
getRoomBytes
abstract ByteString getRoomBytes()
string room = 1;
-
getIdentity
abstract String getIdentity()
string identity = 2;
-
getIdentityBytes
abstract ByteString getIdentityBytes()
string identity = 2;
-
getTrackSidsList
abstract List<String> getTrackSidsList()
list of sids of tracksrepeated string track_sids = 3;
-
getTrackSidsCount
abstract int getTrackSidsCount()
list of sids of tracksrepeated string track_sids = 3;
-
getTrackSids
abstract String getTrackSids(int index)
list of sids of tracksrepeated string track_sids = 3;- Parameters:
index- The index of the element to return.
-
getTrackSidsBytes
abstract ByteString getTrackSidsBytes(int index)
list of sids of tracksrepeated 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 tracksbool subscribe = 4;
-
getParticipantTracksList
abstract List<LivekitModels.ParticipantTracks> getParticipantTracksList()
list of participants and their tracksrepeated .livekit.ParticipantTracks participant_tracks = 5;
-
getParticipantTracks
abstract LivekitModels.ParticipantTracks getParticipantTracks(int index)
list of participants and their tracksrepeated .livekit.ParticipantTracks participant_tracks = 5;
-
getParticipantTracksCount
abstract int getParticipantTracksCount()
list of participants and their tracksrepeated .livekit.ParticipantTracks participant_tracks = 5;
-
-
-
-