SendAlexaOfferToMasterRequest
public struct SendAlexaOfferToMasterRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The ARN of the signaling channel by which Alexa and the master peer communicate.
Declaration
Swift
public let channelARN: String -
The base64-encoded SDP offer content.
Declaration
Swift
public let messagePayload: String -
The unique identifier for the sender client.
Declaration
Swift
public let senderClientId: String -
Undocumented
Declaration
Swift
public init(channelARN: String, messagePayload: String, senderClientId: String) -
Declaration
Swift
public func validate(name: String) throws
View on GitHub
SendAlexaOfferToMasterRequest Structure Reference