Package proto.rpc.webrtc.v1
Interface Signaling.AnswerRequestUpdateStageOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
- All Known Implementing Classes:
Signaling.AnswerRequestUpdateStage
,Signaling.AnswerRequestUpdateStage.Builder
- Enclosing class:
- Signaling
public static interface Signaling.AnswerRequestUpdateStageOrBuilder
extends com.google.protobuf.MessageLiteOrBuilder
-
Method Summary
Modifier and TypeMethodDescription.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.
-