| Package | Description |
|---|---|
| software.amazon.awssdk.services.kinesisvideosignaling |
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.
|
| software.amazon.awssdk.services.kinesisvideosignaling.model |
| Modifier and Type | Method and Description |
|---|---|
default GetIceServerConfigResponse |
KinesisVideoSignalingClient.getIceServerConfig(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 GetIceServerConfigResponse |
KinesisVideoSignalingClient.getIceServerConfig(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 SendAlexaOfferToMasterResponse |
KinesisVideoSignalingClient.sendAlexaOfferToMaster(Consumer<SendAlexaOfferToMasterRequest.Builder> sendAlexaOfferToMasterRequest)
This API allows you to connect WebRTC-enabled devices with Alexa display devices.
|
default SendAlexaOfferToMasterResponse |
KinesisVideoSignalingClient.sendAlexaOfferToMaster(SendAlexaOfferToMasterRequest sendAlexaOfferToMasterRequest)
This API allows you to connect WebRTC-enabled devices with Alexa display devices.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ClientLimitExceededException
Your request was throttled because you have exceeded the limit of allowed client calls.
|
class |
InvalidArgumentException
The value for this input parameter is invalid.
|
class |
InvalidClientException
The specified client is invalid.
|
class |
NotAuthorizedException
The caller is not authorized to perform this operation.
|
class |
ResourceNotFoundException
The specified resource is not found.
|
class |
SessionExpiredException
If the client session is expired.
|
| Modifier and Type | Method and Description |
|---|---|
KinesisVideoSignalingException |
KinesisVideoSignalingException.BuilderImpl.build() |
| Constructor and Description |
|---|
BuilderImpl(KinesisVideoSignalingException ex) |
Copyright © 2022. All rights reserved.