Package com.mux.spaces.api.proto.signals
Interface Signals.JoinResponseOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Signals.JoinResponse,Signals.JoinResponse.Builder
- Enclosing class:
- Signals
public static interface Signals.JoinResponseOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleangetBroadcasting()bool broadcasting = 6;java.lang.StringgetConnectionId()string connection_id = 4;com.google.protobuf.ByteStringgetConnectionIdBytes()string connection_id = 4;Signals.ICEServergetIceServers(int index)repeated .mux.spaces.api.ICEServer ice_servers = 2;intgetIceServersCount()repeated .mux.spaces.api.ICEServer ice_servers = 2;java.util.List<Signals.ICEServer>getIceServersList()repeated .mux.spaces.api.ICEServer ice_servers = 2;Signals.ICEServerOrBuildergetIceServersOrBuilder(int index)repeated .mux.spaces.api.ICEServer ice_servers = 2;java.util.List<? extends Signals.ICEServerOrBuilder>getIceServersOrBuilderList()repeated .mux.spaces.api.ICEServer ice_servers = 2;Signals.LimitsgetLimits().mux.spaces.api.Limits limits = 9;Signals.LimitsOrBuildergetLimitsOrBuilder().mux.spaces.api.Limits limits = 9;java.lang.StringgetParticipantId()string participant_id = 5;com.google.protobuf.ByteStringgetParticipantIdBytes()string participant_id = 5;Signals.ParticipantgetParticipants(int index)repeated .mux.spaces.api.Participant participants = 3;intgetParticipantsCount()repeated .mux.spaces.api.Participant participants = 3;java.util.List<Signals.Participant>getParticipantsList()repeated .mux.spaces.api.Participant participants = 3;Signals.ParticipantOrBuildergetParticipantsOrBuilder(int index)repeated .mux.spaces.api.Participant participants = 3;java.util.List<? extends Signals.ParticipantOrBuilder>getParticipantsOrBuilderList()repeated .mux.spaces.api.Participant participants = 3;java.lang.StringgetSessionId()string session_id = 8;com.google.protobuf.ByteStringgetSessionIdBytes()string session_id = 8;Signals.SimulcastConfiggetSimulcast().mux.spaces.api.SimulcastConfig simulcast = 7;Signals.SimulcastConfigOrBuildergetSimulcastOrBuilder().mux.spaces.api.SimulcastConfig simulcast = 7;Signals.SFUDescriptiongetSubSfus(int index)SFUs that should be subscribed tointgetSubSfusCount()SFUs that should be subscribed tojava.util.List<Signals.SFUDescription>getSubSfusList()SFUs that should be subscribed toSignals.SFUDescriptionOrBuildergetSubSfusOrBuilder(int index)SFUs that should be subscribed tojava.util.List<? extends Signals.SFUDescriptionOrBuilder>getSubSfusOrBuilderList()SFUs that should be subscribed tojava.lang.StringgetWatchrtcToken()string watchrtc_token = 10;com.google.protobuf.ByteStringgetWatchrtcTokenBytes()string watchrtc_token = 10;booleanhasLimits().mux.spaces.api.Limits limits = 9;booleanhasSimulcast().mux.spaces.api.SimulcastConfig simulcast = 7;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getSubSfusList
java.util.List<Signals.SFUDescription> getSubSfusList()
SFUs that should be subscribed to
repeated .mux.spaces.api.SFUDescription sub_sfus = 1;
-
getSubSfus
Signals.SFUDescription getSubSfus(int index)
SFUs that should be subscribed to
repeated .mux.spaces.api.SFUDescription sub_sfus = 1;
-
getSubSfusCount
int getSubSfusCount()
SFUs that should be subscribed to
repeated .mux.spaces.api.SFUDescription sub_sfus = 1;
-
getSubSfusOrBuilderList
java.util.List<? extends Signals.SFUDescriptionOrBuilder> getSubSfusOrBuilderList()
SFUs that should be subscribed to
repeated .mux.spaces.api.SFUDescription sub_sfus = 1;
-
getSubSfusOrBuilder
Signals.SFUDescriptionOrBuilder getSubSfusOrBuilder(int index)
SFUs that should be subscribed to
repeated .mux.spaces.api.SFUDescription sub_sfus = 1;
-
getIceServersList
java.util.List<Signals.ICEServer> getIceServersList()
repeated .mux.spaces.api.ICEServer ice_servers = 2;
-
getIceServers
Signals.ICEServer getIceServers(int index)
repeated .mux.spaces.api.ICEServer ice_servers = 2;
-
getIceServersCount
int getIceServersCount()
repeated .mux.spaces.api.ICEServer ice_servers = 2;
-
getIceServersOrBuilderList
java.util.List<? extends Signals.ICEServerOrBuilder> getIceServersOrBuilderList()
repeated .mux.spaces.api.ICEServer ice_servers = 2;
-
getIceServersOrBuilder
Signals.ICEServerOrBuilder getIceServersOrBuilder(int index)
repeated .mux.spaces.api.ICEServer ice_servers = 2;
-
getParticipantsList
java.util.List<Signals.Participant> getParticipantsList()
repeated .mux.spaces.api.Participant participants = 3;
-
getParticipants
Signals.Participant getParticipants(int index)
repeated .mux.spaces.api.Participant participants = 3;
-
getParticipantsCount
int getParticipantsCount()
repeated .mux.spaces.api.Participant participants = 3;
-
getParticipantsOrBuilderList
java.util.List<? extends Signals.ParticipantOrBuilder> getParticipantsOrBuilderList()
repeated .mux.spaces.api.Participant participants = 3;
-
getParticipantsOrBuilder
Signals.ParticipantOrBuilder getParticipantsOrBuilder(int index)
repeated .mux.spaces.api.Participant participants = 3;
-
getConnectionId
java.lang.String getConnectionId()
string connection_id = 4;- Returns:
- The connectionId.
-
getConnectionIdBytes
com.google.protobuf.ByteString getConnectionIdBytes()
string connection_id = 4;- Returns:
- The bytes for connectionId.
-
getParticipantId
java.lang.String getParticipantId()
string participant_id = 5;- Returns:
- The participantId.
-
getParticipantIdBytes
com.google.protobuf.ByteString getParticipantIdBytes()
string participant_id = 5;- Returns:
- The bytes for participantId.
-
getBroadcasting
boolean getBroadcasting()
bool broadcasting = 6;- Returns:
- The broadcasting.
-
hasSimulcast
boolean hasSimulcast()
.mux.spaces.api.SimulcastConfig simulcast = 7;- Returns:
- Whether the simulcast field is set.
-
getSimulcast
Signals.SimulcastConfig getSimulcast()
.mux.spaces.api.SimulcastConfig simulcast = 7;- Returns:
- The simulcast.
-
getSimulcastOrBuilder
Signals.SimulcastConfigOrBuilder getSimulcastOrBuilder()
.mux.spaces.api.SimulcastConfig simulcast = 7;
-
getSessionId
java.lang.String getSessionId()
string session_id = 8;- Returns:
- The sessionId.
-
getSessionIdBytes
com.google.protobuf.ByteString getSessionIdBytes()
string session_id = 8;- Returns:
- The bytes for sessionId.
-
hasLimits
boolean hasLimits()
.mux.spaces.api.Limits limits = 9;- Returns:
- Whether the limits field is set.
-
getLimits
Signals.Limits getLimits()
.mux.spaces.api.Limits limits = 9;- Returns:
- The limits.
-
getLimitsOrBuilder
Signals.LimitsOrBuilder getLimitsOrBuilder()
.mux.spaces.api.Limits limits = 9;
-
getWatchrtcToken
java.lang.String getWatchrtcToken()
string watchrtc_token = 10;- Returns:
- The watchrtcToken.
-
getWatchrtcTokenBytes
com.google.protobuf.ByteString getWatchrtcTokenBytes()
string watchrtc_token = 10;- Returns:
- The bytes for watchrtcToken.
-
-