AWSConnectParticipantWebsocket
Objective-C
@interface AWSConnectParticipantWebsocket
Swift
class AWSConnectParticipantWebsocket
The websocket for the participant’s connection.
-
The URL expiration timestamp in ISO date format.
It’s specified in ISO 8601 format: yyyy-MM-ddThh:mm:ss.SSSZ. For example, 2019-11-08T02:41:28.172Z.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable connectionExpiry;
Swift
var connectionExpiry: String? { get set }
-
The URL of the websocket.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable url;
Swift
var url: String? { get set }