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 boolean
getBroadcasting()
bool broadcasting = 6;
java.lang.String
getConnectionId()
string connection_id = 4;
com.google.protobuf.ByteString
getConnectionIdBytes()
string connection_id = 4;
Signals.ICEServer
getIceServers(int index)
repeated .mux.spaces.api.ICEServer ice_servers = 2;
int
getIceServersCount()
repeated .mux.spaces.api.ICEServer ice_servers = 2;
java.util.List<Signals.ICEServer>
getIceServersList()
repeated .mux.spaces.api.ICEServer ice_servers = 2;
Signals.ICEServerOrBuilder
getIceServersOrBuilder(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.Limits
getLimits()
.mux.spaces.api.Limits limits = 9;
Signals.LimitsOrBuilder
getLimitsOrBuilder()
.mux.spaces.api.Limits limits = 9;
java.lang.String
getParticipantId()
string participant_id = 5;
com.google.protobuf.ByteString
getParticipantIdBytes()
string participant_id = 5;
Signals.Participant
getParticipants(int index)
repeated .mux.spaces.api.Participant participants = 3;
int
getParticipantsCount()
repeated .mux.spaces.api.Participant participants = 3;
java.util.List<Signals.Participant>
getParticipantsList()
repeated .mux.spaces.api.Participant participants = 3;
Signals.ParticipantOrBuilder
getParticipantsOrBuilder(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.String
getSessionId()
string session_id = 8;
com.google.protobuf.ByteString
getSessionIdBytes()
string session_id = 8;
Signals.SimulcastConfig
getSimulcast()
.mux.spaces.api.SimulcastConfig simulcast = 7;
Signals.SimulcastConfigOrBuilder
getSimulcastOrBuilder()
.mux.spaces.api.SimulcastConfig simulcast = 7;
Signals.SFUDescription
getSubSfus(int index)
SFUs that should be subscribed toint
getSubSfusCount()
SFUs that should be subscribed tojava.util.List<Signals.SFUDescription>
getSubSfusList()
SFUs that should be subscribed toSignals.SFUDescriptionOrBuilder
getSubSfusOrBuilder(int index)
SFUs that should be subscribed tojava.util.List<? extends Signals.SFUDescriptionOrBuilder>
getSubSfusOrBuilderList()
SFUs that should be subscribed tojava.lang.String
getWatchrtcToken()
string watchrtc_token = 10;
com.google.protobuf.ByteString
getWatchrtcTokenBytes()
string watchrtc_token = 10;
boolean
hasLimits()
.mux.spaces.api.Limits limits = 9;
boolean
hasSimulcast()
.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.
-
-