| Package | Description |
|---|---|
| com.amazonaws.services.kinesisvideosignalingchannels |
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.
|
| com.amazonaws.services.kinesisvideosignalingchannels.model |
| Modifier and Type | Method and Description |
|---|---|
Future<SendAlexaOfferToMasterResult> |
AmazonKinesisVideoSignalingChannelsAsyncClient.sendAlexaOfferToMasterAsync(SendAlexaOfferToMasterRequest request,
AsyncHandler<SendAlexaOfferToMasterRequest,SendAlexaOfferToMasterResult> asyncHandler) |
Future<SendAlexaOfferToMasterResult> |
AmazonKinesisVideoSignalingChannelsAsync.sendAlexaOfferToMasterAsync(SendAlexaOfferToMasterRequest sendAlexaOfferToMasterRequest,
AsyncHandler<SendAlexaOfferToMasterRequest,SendAlexaOfferToMasterResult> asyncHandler)
This API allows you to connect WebRTC-enabled devices with Alexa display devices.
|
Future<SendAlexaOfferToMasterResult> |
AbstractAmazonKinesisVideoSignalingChannelsAsync.sendAlexaOfferToMasterAsync(SendAlexaOfferToMasterRequest request,
AsyncHandler<SendAlexaOfferToMasterRequest,SendAlexaOfferToMasterResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
SendAlexaOfferToMasterRequest |
SendAlexaOfferToMasterRequest.clone() |
SendAlexaOfferToMasterRequest |
SendAlexaOfferToMasterRequest.withChannelARN(String channelARN)
The ARN of the signaling channel by which Alexa and the master peer communicate.
|
SendAlexaOfferToMasterRequest |
SendAlexaOfferToMasterRequest.withMessagePayload(String messagePayload)
The base64-encoded SDP offer content.
|
SendAlexaOfferToMasterRequest |
SendAlexaOfferToMasterRequest.withSenderClientId(String senderClientId)
The unique identifier for the sender client.
|
Copyright © 2019. All rights reserved.