Interface Signaling.AnswerResponseUpdateStageOrBuilder

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

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

    Modifier and Type
    Method
    Description
    .proto.rpc.webrtc.v1.ICECandidate candidate = 1 [json_name = "candidate"];
    boolean
    .proto.rpc.webrtc.v1.ICECandidate candidate = 1 [json_name = "candidate"];

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    getDefaultInstanceForType, isInitialized
  • Method Details

    • hasCandidate

      boolean hasCandidate()
      .proto.rpc.webrtc.v1.ICECandidate candidate = 1 [json_name = "candidate"];
      Returns:
      Whether the candidate field is set.
    • getCandidate

      Signaling.ICECandidate getCandidate()
      .proto.rpc.webrtc.v1.ICECandidate candidate = 1 [json_name = "candidate"];
      Returns:
      The candidate.