Interface KinesisVideoSignalingClient
-
- All Superinterfaces:
AutoCloseable,AwsClient,SdkAutoCloseable,SdkClient
@Generated("software.amazon.awssdk:codegen") @ThreadSafe public interface KinesisVideoSignalingClient extends AwsClient
Service client for accessing Amazon Kinesis Video Signaling Channels. This can be created using the staticbuilder()method.Kinesis Video Streams Signaling Service is a intermediate service that establishes a communication channel for discovering peers, transmitting offers and answers in order to establish peer-to-peer connection in webRTC technology.
-
-
Field Summary
Fields Modifier and Type Field Description static StringSERVICE_METADATA_IDValue for looking up the service's metadata from theServiceMetadataProvider.static StringSERVICE_NAME
-
Method Summary
All Methods Static Methods Instance Methods Default Methods Modifier and Type Method Description static KinesisVideoSignalingClientBuilderbuilder()Create a builder that can be used to configure and create aKinesisVideoSignalingClient.static KinesisVideoSignalingClientcreate()Create aKinesisVideoSignalingClientwith the region loaded from theDefaultAwsRegionProviderChainand credentials loaded from theDefaultCredentialsProvider.default GetIceServerConfigResponsegetIceServerConfig(Consumer<GetIceServerConfigRequest.Builder> getIceServerConfigRequest)Gets the Interactive Connectivity Establishment (ICE) server configuration information, including URIs, username, and password which can be used to configure the WebRTC connection.default GetIceServerConfigResponsegetIceServerConfig(GetIceServerConfigRequest getIceServerConfigRequest)Gets the Interactive Connectivity Establishment (ICE) server configuration information, including URIs, username, and password which can be used to configure the WebRTC connection.default SendAlexaOfferToMasterResponsesendAlexaOfferToMaster(Consumer<SendAlexaOfferToMasterRequest.Builder> sendAlexaOfferToMasterRequest)This API allows you to connect WebRTC-enabled devices with Alexa display devices.default SendAlexaOfferToMasterResponsesendAlexaOfferToMaster(SendAlexaOfferToMasterRequest sendAlexaOfferToMasterRequest)This API allows you to connect WebRTC-enabled devices with Alexa display devices.default KinesisVideoSignalingServiceClientConfigurationserviceClientConfiguration()static ServiceMetadataserviceMetadata()-
Methods inherited from interface software.amazon.awssdk.utils.SdkAutoCloseable
close
-
Methods inherited from interface software.amazon.awssdk.core.SdkClient
serviceName
-
-
-
-
Field Detail
-
SERVICE_NAME
static final String SERVICE_NAME
- See Also:
- Constant Field Values
-
SERVICE_METADATA_ID
static final String SERVICE_METADATA_ID
Value for looking up the service's metadata from theServiceMetadataProvider.- See Also:
- Constant Field Values
-
-
Method Detail
-
getIceServerConfig
default GetIceServerConfigResponse getIceServerConfig(GetIceServerConfigRequest getIceServerConfigRequest) throws InvalidClientException, SessionExpiredException, ClientLimitExceededException, ResourceNotFoundException, InvalidArgumentException, NotAuthorizedException, AwsServiceException, SdkClientException, KinesisVideoSignalingException
Gets the Interactive Connectivity Establishment (ICE) server configuration information, including URIs, username, and password which can be used to configure the WebRTC connection. The ICE component uses this configuration information to setup the WebRTC connection, including authenticating with the Traversal Using Relays around NAT (TURN) relay server.
TURN is a protocol that is used to improve the connectivity of peer-to-peer applications. By providing a cloud-based relay service, TURN ensures that a connection can be established even when one or more peers are incapable of a direct peer-to-peer connection. For more information, see A REST API For Access To TURN Services.
You can invoke this API to establish a fallback mechanism in case either of the peers is unable to establish a direct peer-to-peer connection over a signaling channel. You must specify either a signaling channel ARN or the client ID in order to invoke this API.
- Parameters:
getIceServerConfigRequest-- Returns:
- Result of the GetIceServerConfig operation returned by the service.
- Throws:
InvalidClientException- The specified client is invalid.SessionExpiredException- If the client session is expired. Once the client is connected, the session is valid for 45 minutes. Client should reconnect to the channel to continue sending/receiving messages.ClientLimitExceededException- Your request was throttled because you have exceeded the limit of allowed client calls. Try making the call later.ResourceNotFoundException- The specified resource is not found.InvalidArgumentException- The value for this input parameter is invalid.NotAuthorizedException- The caller is not authorized to perform this operation.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.KinesisVideoSignalingException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
getIceServerConfig
default GetIceServerConfigResponse getIceServerConfig(Consumer<GetIceServerConfigRequest.Builder> getIceServerConfigRequest) throws InvalidClientException, SessionExpiredException, ClientLimitExceededException, ResourceNotFoundException, InvalidArgumentException, NotAuthorizedException, AwsServiceException, SdkClientException, KinesisVideoSignalingException
Gets the Interactive Connectivity Establishment (ICE) server configuration information, including URIs, username, and password which can be used to configure the WebRTC connection. The ICE component uses this configuration information to setup the WebRTC connection, including authenticating with the Traversal Using Relays around NAT (TURN) relay server.
TURN is a protocol that is used to improve the connectivity of peer-to-peer applications. By providing a cloud-based relay service, TURN ensures that a connection can be established even when one or more peers are incapable of a direct peer-to-peer connection. For more information, see A REST API For Access To TURN Services.
You can invoke this API to establish a fallback mechanism in case either of the peers is unable to establish a direct peer-to-peer connection over a signaling channel. You must specify either a signaling channel ARN or the client ID in order to invoke this API.
This is a convenience which creates an instance of the
GetIceServerConfigRequest.Builderavoiding the need to create one manually viaGetIceServerConfigRequest.builder()- Parameters:
getIceServerConfigRequest- AConsumerthat will call methods onGetIceServerConfigRequest.Builderto create a request.- Returns:
- Result of the GetIceServerConfig operation returned by the service.
- Throws:
InvalidClientException- The specified client is invalid.SessionExpiredException- If the client session is expired. Once the client is connected, the session is valid for 45 minutes. Client should reconnect to the channel to continue sending/receiving messages.ClientLimitExceededException- Your request was throttled because you have exceeded the limit of allowed client calls. Try making the call later.ResourceNotFoundException- The specified resource is not found.InvalidArgumentException- The value for this input parameter is invalid.NotAuthorizedException- The caller is not authorized to perform this operation.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.KinesisVideoSignalingException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
sendAlexaOfferToMaster
default SendAlexaOfferToMasterResponse sendAlexaOfferToMaster(SendAlexaOfferToMasterRequest sendAlexaOfferToMasterRequest) throws ClientLimitExceededException, ResourceNotFoundException, InvalidArgumentException, NotAuthorizedException, AwsServiceException, SdkClientException, KinesisVideoSignalingException
This API allows you to connect WebRTC-enabled devices with Alexa display devices. When invoked, it sends the Alexa Session Description Protocol (SDP) offer to the master peer. The offer is delivered as soon as the master is connected to the specified signaling channel. This API returns the SDP answer from the connected master. If the master is not connected to the signaling channel, redelivery requests are made until the message expires.
- Parameters:
sendAlexaOfferToMasterRequest-- Returns:
- Result of the SendAlexaOfferToMaster operation returned by the service.
- Throws:
ClientLimitExceededException- Your request was throttled because you have exceeded the limit of allowed client calls. Try making the call later.ResourceNotFoundException- The specified resource is not found.InvalidArgumentException- The value for this input parameter is invalid.NotAuthorizedException- The caller is not authorized to perform this operation.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.KinesisVideoSignalingException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
sendAlexaOfferToMaster
default SendAlexaOfferToMasterResponse sendAlexaOfferToMaster(Consumer<SendAlexaOfferToMasterRequest.Builder> sendAlexaOfferToMasterRequest) throws ClientLimitExceededException, ResourceNotFoundException, InvalidArgumentException, NotAuthorizedException, AwsServiceException, SdkClientException, KinesisVideoSignalingException
This API allows you to connect WebRTC-enabled devices with Alexa display devices. When invoked, it sends the Alexa Session Description Protocol (SDP) offer to the master peer. The offer is delivered as soon as the master is connected to the specified signaling channel. This API returns the SDP answer from the connected master. If the master is not connected to the signaling channel, redelivery requests are made until the message expires.
This is a convenience which creates an instance of the
SendAlexaOfferToMasterRequest.Builderavoiding the need to create one manually viaSendAlexaOfferToMasterRequest.builder()- Parameters:
sendAlexaOfferToMasterRequest- AConsumerthat will call methods onSendAlexaOfferToMasterRequest.Builderto create a request.- Returns:
- Result of the SendAlexaOfferToMaster operation returned by the service.
- Throws:
ClientLimitExceededException- Your request was throttled because you have exceeded the limit of allowed client calls. Try making the call later.ResourceNotFoundException- The specified resource is not found.InvalidArgumentException- The value for this input parameter is invalid.NotAuthorizedException- The caller is not authorized to perform this operation.SdkException- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for catch all scenarios.SdkClientException- If any client side error occurs such as an IO related failure, failure to get credentials, etc.KinesisVideoSignalingException- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException- See Also:
- AWS API Documentation
-
create
static KinesisVideoSignalingClient create()
Create aKinesisVideoSignalingClientwith the region loaded from theDefaultAwsRegionProviderChainand credentials loaded from theDefaultCredentialsProvider.
-
builder
static KinesisVideoSignalingClientBuilder builder()
Create a builder that can be used to configure and create aKinesisVideoSignalingClient.
-
serviceMetadata
static ServiceMetadata serviceMetadata()
-
serviceClientConfiguration
default KinesisVideoSignalingServiceClientConfiguration serviceClientConfiguration()
- Specified by:
serviceClientConfigurationin interfaceAwsClient- Specified by:
serviceClientConfigurationin interfaceSdkClient
-
-