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.String getSdp()
      SDP offer for the SFU
      com.google.protobuf.ByteString getSdpBytes()
      SDP offer for the SFU
      java.lang.String getSfuId()
      Opaque ID for the SFU
      com.google.protobuf.ByteString getSfuIdBytes()
      Opaque ID for the SFU
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • 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.