Package com.mux.spaces.api.proto.signals
Interface Signals.ICECandidateOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Signals.ICECandidate
,Signals.ICECandidate.Builder
- Enclosing class:
- Signals
public static interface Signals.ICECandidateOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
getCandidate()
string candidate = 1;
com.google.protobuf.ByteString
getCandidateBytes()
string candidate = 1;
java.lang.String
getSdpMid()
string sdp_mid = 2;
com.google.protobuf.ByteString
getSdpMidBytes()
string sdp_mid = 2;
int
getSdpMlineIndex()
uint32 sdp_mline_index = 3;
java.lang.String
getUsernameFragment()
string username_fragment = 4;
com.google.protobuf.ByteString
getUsernameFragmentBytes()
string username_fragment = 4;
-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getCandidate
java.lang.String getCandidate()
string candidate = 1;
- Returns:
- The candidate.
-
getCandidateBytes
com.google.protobuf.ByteString getCandidateBytes()
string candidate = 1;
- Returns:
- The bytes for candidate.
-
getSdpMid
java.lang.String getSdpMid()
string sdp_mid = 2;
- Returns:
- The sdpMid.
-
getSdpMidBytes
com.google.protobuf.ByteString getSdpMidBytes()
string sdp_mid = 2;
- Returns:
- The bytes for sdpMid.
-
getSdpMlineIndex
int getSdpMlineIndex()
uint32 sdp_mline_index = 3;
- Returns:
- The sdpMlineIndex.
-
getUsernameFragment
java.lang.String getUsernameFragment()
string username_fragment = 4;
- Returns:
- The usernameFragment.
-
getUsernameFragmentBytes
com.google.protobuf.ByteString getUsernameFragmentBytes()
string username_fragment = 4;
- Returns:
- The bytes for usernameFragment.
-
-