You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::KinesisVideoSignalingChannels::Types::SendAlexaOfferToMasterRequest

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing SendAlexaOfferToMasterRequest as input to an Aws::Client method, you can use a vanilla Hash:

{
  channel_arn: "ResourceARN", # required
  sender_client_id: "ClientId", # required
  message_payload: "MessagePayload", # required
}

Instance Attribute Summary collapse

Instance Attribute Details

#channel_arnString

The ARN of the signaling channel by which Alexa and the master peer communicate.

Returns:

  • (String)

    The ARN of the signaling channel by which Alexa and the master peer communicate.

#message_payloadString

The base64-encoded SDP offer content.

Returns:

  • (String)

    The base64-encoded SDP offer content.

#sender_client_idString

The unique identifier for the sender client.

Returns:

  • (String)

    The unique identifier for the sender client.