Package proto.rpc.webrtc.v1
Interface Signaling.AnswerRequestInitStageOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
- All Known Implementing Classes:
Signaling.AnswerRequestInitStage,Signaling.AnswerRequestInitStage.Builder
- Enclosing class:
Signaling
public static interface Signaling.AnswerRequestInitStageOrBuilder
extends com.google.protobuf.MessageLiteOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionbooleancaller_auth_metadata is the caller's auth metadata (its rpc_auth_md claim), extracted from the caller's auth token by the signaling server.caller_auth_entity is the caller's authenticated entity (its JWT subject), extracted from the caller's auth token by the signaling server.com.google.protobuf.ByteStringcaller_auth_entity is the caller's authenticated entity (its JWT subject), extracted from the caller's auth token by the signaling server.Deprecated.intcaller_auth_metadata is the caller's auth metadata (its rpc_auth_md claim), extracted from the caller's auth token by the signaling server.caller_auth_metadata is the caller's auth metadata (its rpc_auth_md claim), extracted from the caller's auth token by the signaling server.getCallerAuthMetadataOrDefault(String key, String defaultValue) caller_auth_metadata is the caller's auth metadata (its rpc_auth_md claim), extracted from the caller's auth token by the signaling server.caller_auth_metadata is the caller's auth metadata (its rpc_auth_md claim), extracted from the caller's auth token by the signaling server.com.google.protobuf.Timestampoptional .google.protobuf.Timestamp deadline = 3 [json_name = "deadline"];.proto.rpc.webrtc.v1.WebRTCConfig optional_config = 2 [json_name = "optionalConfig"];getSdp()string sdp = 1 [json_name = "sdp"];com.google.protobuf.ByteStringstring sdp = 1 [json_name = "sdp"];booleanoptional .google.protobuf.Timestamp deadline = 3 [json_name = "deadline"];boolean.proto.rpc.webrtc.v1.WebRTCConfig optional_config = 2 [json_name = "optionalConfig"];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.
-
hasOptionalConfig
boolean hasOptionalConfig().proto.rpc.webrtc.v1.WebRTCConfig optional_config = 2 [json_name = "optionalConfig"];- Returns:
- Whether the optionalConfig field is set.
-
getOptionalConfig
Signaling.WebRTCConfig getOptionalConfig().proto.rpc.webrtc.v1.WebRTCConfig optional_config = 2 [json_name = "optionalConfig"];- Returns:
- The optionalConfig.
-
hasDeadline
boolean hasDeadline()optional .google.protobuf.Timestamp deadline = 3 [json_name = "deadline"];- Returns:
- Whether the deadline field is set.
-
getDeadline
com.google.protobuf.Timestamp getDeadline()optional .google.protobuf.Timestamp deadline = 3 [json_name = "deadline"];- Returns:
- The deadline.
-
getCallerAuthEntity
String getCallerAuthEntity()caller_auth_entity is the caller's authenticated entity (its JWT subject), extracted from the caller's auth token by the signaling server. Only the caller's identity is forwarded to the answerer, not its bearer token. Empty when the caller was unauthenticated.
string caller_auth_entity = 4 [json_name = "callerAuthEntity"];- Returns:
- The callerAuthEntity.
-
getCallerAuthEntityBytes
com.google.protobuf.ByteString getCallerAuthEntityBytes()caller_auth_entity is the caller's authenticated entity (its JWT subject), extracted from the caller's auth token by the signaling server. Only the caller's identity is forwarded to the answerer, not its bearer token. Empty when the caller was unauthenticated.
string caller_auth_entity = 4 [json_name = "callerAuthEntity"];- Returns:
- The bytes for callerAuthEntity.
-
getCallerAuthMetadataCount
int getCallerAuthMetadataCount()caller_auth_metadata is the caller's auth metadata (its rpc_auth_md claim), extracted from the caller's auth token by the signaling server.
map<string, string> caller_auth_metadata = 5 [json_name = "callerAuthMetadata"]; -
containsCallerAuthMetadata
caller_auth_metadata is the caller's auth metadata (its rpc_auth_md claim), extracted from the caller's auth token by the signaling server.
map<string, string> caller_auth_metadata = 5 [json_name = "callerAuthMetadata"]; -
getCallerAuthMetadata
Deprecated.UsegetCallerAuthMetadataMap()instead. -
getCallerAuthMetadataMap
caller_auth_metadata is the caller's auth metadata (its rpc_auth_md claim), extracted from the caller's auth token by the signaling server.
map<string, string> caller_auth_metadata = 5 [json_name = "callerAuthMetadata"]; -
getCallerAuthMetadataOrDefault
caller_auth_metadata is the caller's auth metadata (its rpc_auth_md claim), extracted from the caller's auth token by the signaling server.
map<string, string> caller_auth_metadata = 5 [json_name = "callerAuthMetadata"]; -
getCallerAuthMetadataOrThrow
caller_auth_metadata is the caller's auth metadata (its rpc_auth_md claim), extracted from the caller's auth token by the signaling server.
map<string, string> caller_auth_metadata = 5 [json_name = "callerAuthMetadata"];
-