Uses of Class
software.amazon.awssdk.services.kinesisvideosignaling.model.KinesisVideoSignalingException
-
Packages that use KinesisVideoSignalingException 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 -
-
Uses of KinesisVideoSignalingException in software.amazon.awssdk.services.kinesisvideosignaling
Methods in software.amazon.awssdk.services.kinesisvideosignaling that throw KinesisVideoSignalingException Modifier and Type Method Description default GetIceServerConfigResponseKinesisVideoSignalingClient. 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 GetIceServerConfigResponseKinesisVideoSignalingClient. 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 SendAlexaOfferToMasterResponseKinesisVideoSignalingClient. sendAlexaOfferToMaster(Consumer<SendAlexaOfferToMasterRequest.Builder> sendAlexaOfferToMasterRequest)This API allows you to connect WebRTC-enabled devices with Alexa display devices.default SendAlexaOfferToMasterResponseKinesisVideoSignalingClient. sendAlexaOfferToMaster(SendAlexaOfferToMasterRequest sendAlexaOfferToMasterRequest)This API allows you to connect WebRTC-enabled devices with Alexa display devices. -
Uses of KinesisVideoSignalingException in software.amazon.awssdk.services.kinesisvideosignaling.model
Subclasses of KinesisVideoSignalingException in software.amazon.awssdk.services.kinesisvideosignaling.model Modifier and Type Class Description classClientLimitExceededExceptionYour request was throttled because you have exceeded the limit of allowed client calls.classInvalidArgumentExceptionThe value for this input parameter is invalid.classInvalidClientExceptionThe specified client is invalid.classNotAuthorizedExceptionThe caller is not authorized to perform this operation.classResourceNotFoundExceptionThe specified resource is not found.classSessionExpiredExceptionIf the client session is expired.Methods in software.amazon.awssdk.services.kinesisvideosignaling.model that return KinesisVideoSignalingException Modifier and Type Method Description KinesisVideoSignalingExceptionKinesisVideoSignalingException.BuilderImpl. build()Constructors in software.amazon.awssdk.services.kinesisvideosignaling.model with parameters of type KinesisVideoSignalingException Constructor Description BuilderImpl(KinesisVideoSignalingException ex)
-