class Aws::KinesisVideoSignalingChannels::Types::GetIceServerConfigRequest
@note When making an API call, you may pass GetIceServerConfigRequest
data as a hash: { channel_arn: "ResourceARN", # required client_id: "ClientId", service: "TURN", # accepts TURN username: "Username", }
@!attribute [rw] channel_arn
The ARN of the signaling channel to be used for the peer-to-peer connection between configured peers. @return [String]
@!attribute [rw] client_id
Unique identifier for the viewer. Must be unique within the signaling channel. @return [String]
@!attribute [rw] service
Specifies the desired service. Currently, `TURN` is the only valid value. @return [String]
@!attribute [rw] username
An optional user ID to be associated with the credentials. @return [String]
@see docs.aws.amazon.com/goto/WebAPI/kinesis-video-signaling-2019-12-04/GetIceServerConfigRequest AWS API Documentation
Constants
- SENSITIVE