CreateParticipantConnectionResponse
public struct CreateParticipantConnectionResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
Creates the participant’s connection credentials. The authentication token associated with the participant’s connection.
Declaration
Swift
public let connectionCredentials: ConnectionCredentials? -
Creates the participant’s websocket connection.
Declaration
Swift
public let websocket: Websocket? -
Undocumented
Declaration
Swift
public init(connectionCredentials: ConnectionCredentials? = nil, websocket: Websocket? = nil)
View on GitHub
CreateParticipantConnectionResponse Structure Reference