| Package | Description |
|---|---|
| com.amazonaws.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.
|
| com.amazonaws.services.kinesisvideosignaling.model |
Classes modeling the various types represented by AWSKinesisVideoSignaling
|
| Modifier and Type | Method and Description |
|---|---|
GetIceServerConfigResult |
AWSKinesisVideoSignalingClient.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.
|
GetIceServerConfigResult |
AWSKinesisVideoSignaling.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.
|
| Modifier and Type | Method and Description |
|---|---|
GetIceServerConfigRequest |
GetIceServerConfigRequest.withChannelARN(String channelARN)
The ARN of the signaling channel to be used for the peer-to-peer
connection between configured peers.
|
GetIceServerConfigRequest |
GetIceServerConfigRequest.withClientId(String clientId)
Unique identifier for the viewer.
|
GetIceServerConfigRequest |
GetIceServerConfigRequest.withService(Service service)
Specifies the desired service.
|
GetIceServerConfigRequest |
GetIceServerConfigRequest.withService(String service)
Specifies the desired service.
|
GetIceServerConfigRequest |
GetIceServerConfigRequest.withUsername(String username)
An optional user ID to be associated with the credentials.
|
Copyright © 2019. All rights reserved.