String channelARN
The ARN of the signaling channel to be used for the peer-to-peer connection between configured peers.
Constraints:
Length: 1 - 1024
Pattern:
arn:aws:kinesisvideo:[a-z0-9-]+:[0-9]+:[a-z]+/[a-zA-Z0-9_.-]+/[0-9]+
String clientId
Unique identifier for the viewer. Must be unique within the signaling channel.
Constraints:
Length: 1 - 256
Pattern: [a-zA-Z0-9_.-]+
String service
Specifies the desired service. Currently, TURN is the only
valid value.
Constraints:
Allowed Values: TURN
String username
An optional user ID to be associated with the credentials.
Constraints:
Length: 1 - 256
Pattern: [a-zA-Z0-9_.-]+
List<E> uris
An array of URIs, in the form specified in the I-D.petithuguenin-behave-turn-uris spec. These URIs provide the different addresses and/or protocols that can be used to reach the TURN server.
String username
A username to login to the ICE server.
Constraints:
Length: 1 - 256
Pattern: [a-zA-Z0-9_.-]+
String password
A password to login to the ICE server.
Constraints:
Length: 1 - 256
Pattern: [a-zA-Z0-9_.-]+
Integer ttl
The period of time, in seconds, during which the username and password are valid.
Constraints:
Range: 30 - 86400
String channelARN
The ARN of the signaling channel by which Alexa and the master peer communicate.
Constraints:
Length: 1 - 1024
Pattern:
arn:aws:kinesisvideo:[a-z0-9-]+:[0-9]+:[a-z]+/[a-zA-Z0-9_.-]+/[0-9]+
String senderClientId
The unique identifier for the sender client.
Constraints:
Length: 1 - 256
Pattern: [a-zA-Z0-9_.-]+
String messagePayload
The base64-encoded SDP offer content.
Constraints:
Length: 1 - 10000
Pattern: [a-zA-Z0-9+/=]+
String answer
The base64-encoded SDP answer content.
Constraints:
Length: 1 - 10000
Copyright © 2019. All rights reserved.