Package proto.rpc.webrtc.v1
Class Signaling
java.lang.Object
proto.rpc.webrtc.v1.Signaling
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic final class
AnswerRequest is the SDP offer that the controlling side is making via the answering stream.static final class
AnswerRequestDoneStage indicates the controller is done responding with candidates.static interface
static final class
AnswerRequestErrorStage indicates the exchange has failed with an error.static interface
static final class
AnswerRequestHeartbeatStage is sent periodically to verify liveness of answerer.static interface
static final class
AnswerRequestInitStage is the first and a one time stage that represents the callers initial SDP request to the controlled (answerer) side.static interface
static interface
static final class
AnswerRequestUpdateStage is multiply used to trickle in ICE candidates to the controlled (answerer) side.static interface
static final class
AnswerResponse is the SDP answer that an answerer responds with.static final class
AnswerResponseDoneStage indicates the answerer is done responding with candidates.static interface
static final class
AnswerResponseErrorStage indicates the exchange has failed with an error.static interface
static final class
AnswerResponseInitStage is the first and a one time stage that represents the answerers initial SDP response to the controlling side.static interface
static interface
static final class
AnswerResponseUpdateStage is multiply used to trickle in ICE candidates to the controlling side.static interface
static final class
CallRequest is the SDP offer that the controlling side is making.static interface
static final class
CallResponse is the SDP answer that the controlled side responds with.static final class
CallResponseInitStage is the first and a one time stage that represents the initial response to starting a call.static interface
static interface
static final class
CallResponseUpdateStage is multiply used to trickle in ICE candidates from the controlled (answering) side.static interface
static final class
CallUpdateRequest updates the call with additional info to the controlled side.static interface
static final class
CallUpdateResponse contains nothing in response to a call update.static interface
static final class
ICECandidate represents an ICE candidate.static interface
static final class
ICEServer describes an ICE server.static interface
static final class
OptionalWebRTCConfigRequest is the request for getting an optional WebRTC config to use for the peer connection.static interface
static final class
OptionalWebRTCConfigResponse contains the optional WebRTC config to use for the peer connection.static interface
static final class
WebRTCConfig represents parts of a WebRTC config.static interface
-
Method Summary
Modifier and TypeMethodDescriptionstatic void
registerAllExtensions
(com.google.protobuf.ExtensionRegistryLite registry)
-
Method Details
-
registerAllExtensions
public static void registerAllExtensions(com.google.protobuf.ExtensionRegistryLite registry)
-