Interface Signaling.CallRequestOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
All Known Implementing Classes:
Signaling.CallRequest, Signaling.CallRequest.Builder
Enclosing class:
Signaling

public static interface Signaling.CallRequestOrBuilder extends com.google.protobuf.MessageLiteOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    when disable_trickle is true, the init stage will be the only stage to be received in the response and the caller can expect the SDP to contain all ICE candidates.
    string sdp = 1 [json_name = "sdp"];
    com.google.protobuf.ByteString
    string sdp = 1 [json_name = "sdp"];

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    getDefaultInstanceForType, isInitialized
  • Method Details

    • getSdp

      String getSdp()
      string sdp = 1 [json_name = "sdp"];
      Returns:
      The sdp.
    • getSdpBytes

      com.google.protobuf.ByteString getSdpBytes()
      string sdp = 1 [json_name = "sdp"];
      Returns:
      The bytes for sdp.
    • getDisableTrickle

      boolean getDisableTrickle()
       when disable_trickle is true, the init stage will be the only stage
       to be received in the response and the caller can expect the SDP
       to contain all ICE candidates.
       
      bool disable_trickle = 2 [json_name = "disableTrickle"];
      Returns:
      The disableTrickle.