-
- All Implemented Interfaces:
-
com.google.protobuf.MessageLiteOrBuilder
public interface LivekitModels.ParticipantTracksOrBuilder implements MessageLiteOrBuilder
-
-
Method Summary
Modifier and Type Method Description abstract StringgetParticipantSid()participant ID of participant to whom the tracks belongstring participant_sid = 1;abstract ByteStringgetParticipantSidBytes()participant ID of participant to whom the tracks belongstring participant_sid = 1;abstract List<String>getTrackSidsList()repeated string track_sids = 2;abstract intgetTrackSidsCount()repeated string track_sids = 2;abstract StringgetTrackSids(int index)repeated string track_sids = 2;abstract ByteStringgetTrackSidsBytes(int index)repeated string track_sids = 2;-
-
Method Detail
-
getParticipantSid
abstract String getParticipantSid()
participant ID of participant to whom the tracks belongstring participant_sid = 1;
-
getParticipantSidBytes
abstract ByteString getParticipantSidBytes()
participant ID of participant to whom the tracks belongstring participant_sid = 1;
-
getTrackSidsList
abstract List<String> getTrackSidsList()
repeated string track_sids = 2;
-
getTrackSidsCount
abstract int getTrackSidsCount()
repeated string track_sids = 2;
-
getTrackSids
abstract String getTrackSids(int index)
repeated string track_sids = 2;- Parameters:
index- The index of the element to return.
-
getTrackSidsBytes
abstract ByteString getTrackSidsBytes(int index)
repeated string track_sids = 2;- Parameters:
index- The index of the element to return.
-
-
-
-