Interface Signaling.ConnectionCandidateOrBuilder

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

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

    Modifier and Type
    Method
    Description
    relay_address is the relay server address of this candidate; set only when type is RELAY, so the signaling server can classify the provider by matching against known coturn addresses.
    com.google.protobuf.ByteString
    relay_address is the relay server address of this candidate; set only when type is RELAY, so the signaling server can classify the provider by matching against known coturn addresses.
    .proto.rpc.webrtc.v1.ICECandidateType type = 1 [json_name = "type"];
    int
    .proto.rpc.webrtc.v1.ICECandidateType type = 1 [json_name = "type"];

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    getDefaultInstanceForType, isInitialized
  • Method Details

    • getTypeValue

      int getTypeValue()
      .proto.rpc.webrtc.v1.ICECandidateType type = 1 [json_name = "type"];
      Returns:
      The enum numeric value on the wire for type.
    • getType

      .proto.rpc.webrtc.v1.ICECandidateType type = 1 [json_name = "type"];
      Returns:
      The type.
    • getRelayAddress

      String getRelayAddress()
       relay_address is the relay server address of this candidate; set only when type is
       RELAY, so the signaling server can classify the provider by matching against known
       coturn addresses.
       
      string relay_address = 2 [json_name = "relayAddress"];
      Returns:
      The relayAddress.
    • getRelayAddressBytes

      com.google.protobuf.ByteString getRelayAddressBytes()
       relay_address is the relay server address of this candidate; set only when type is
       RELAY, so the signaling server can classify the provider by matching against known
       coturn addresses.
       
      string relay_address = 2 [json_name = "relayAddress"];
      Returns:
      The bytes for relayAddress.