Package com.mux.spaces.api.proto.signals
Interface Signals.CandidateOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Signals.Candidate,Signals.Candidate.Builder
- Enclosing class:
- Signals
public static interface Signals.CandidateOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Signals.ICECandidategetCandidate()a single candidate emitted from onIceCandidateSignals.ICECandidateOrBuildergetCandidateOrBuilder()a single candidate emitted from onIceCandidatejava.lang.StringgetSfuId()string sfu_id = 3;com.google.protobuf.ByteStringgetSfuIdBytes()string sfu_id = 3;Signals.Candidate.TypegetType().mux.spaces.api.Candidate.Type type = 2;intgetTypeValue().mux.spaces.api.Candidate.Type type = 2;booleanhasCandidate()a single candidate emitted from onIceCandidate-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasCandidate
boolean hasCandidate()
a single candidate emitted from onIceCandidate
.mux.spaces.api.ICECandidate candidate = 1;- Returns:
- Whether the candidate field is set.
-
getCandidate
Signals.ICECandidate getCandidate()
a single candidate emitted from onIceCandidate
.mux.spaces.api.ICECandidate candidate = 1;- Returns:
- The candidate.
-
getCandidateOrBuilder
Signals.ICECandidateOrBuilder getCandidateOrBuilder()
a single candidate emitted from onIceCandidate
.mux.spaces.api.ICECandidate candidate = 1;
-
getTypeValue
int getTypeValue()
.mux.spaces.api.Candidate.Type type = 2;- Returns:
- The enum numeric value on the wire for type.
-
getType
Signals.Candidate.Type getType()
.mux.spaces.api.Candidate.Type type = 2;- Returns:
- The type.
-
getSfuId
java.lang.String getSfuId()
string sfu_id = 3;- Returns:
- The sfuId.
-
getSfuIdBytes
com.google.protobuf.ByteString getSfuIdBytes()
string sfu_id = 3;- Returns:
- The bytes for sfuId.
-
-