Package com.mux.spaces.api.proto.signals
Interface Signals.SFUDescriptionOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Signals.SFUDescription,Signals.SFUDescription.Builder
- Enclosing class:
- Signals
public static interface Signals.SFUDescriptionOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetSdp()SDP offer for the SFUcom.google.protobuf.ByteStringgetSdpBytes()SDP offer for the SFUjava.lang.StringgetSfuId()Opaque ID for the SFUcom.google.protobuf.ByteStringgetSfuIdBytes()Opaque ID for the SFU-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getSfuId
java.lang.String getSfuId()
Opaque ID for the SFU
string sfu_id = 1;- Returns:
- The sfuId.
-
getSfuIdBytes
com.google.protobuf.ByteString getSfuIdBytes()
Opaque ID for the SFU
string sfu_id = 1;- Returns:
- The bytes for sfuId.
-
getSdp
java.lang.String getSdp()
SDP offer for the SFU
string sdp = 2;- Returns:
- The sdp.
-
getSdpBytes
com.google.protobuf.ByteString getSdpBytes()
SDP offer for the SFU
string sdp = 2;- Returns:
- The bytes for sdp.
-
-