AWSKinesisVideoGetSignalingChannelEndpointInput
Objective-C
@interface AWSKinesisVideoGetSignalingChannelEndpointInput
Swift
class AWSKinesisVideoGetSignalingChannelEndpointInput
-
The Amazon Resource Name (ARN) of the signalling channel for which you want to get an endpoint.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable channelARN;
Swift
var channelARN: String? { get set }
-
A structure containing the endpoint configuration for the
SINGLE_MASTER
channel type.Declaration
Objective-C
@property (nonatomic, strong) AWSKinesisVideoSingleMasterChannelEndpointConfiguration *_Nullable singleMasterChannelEndpointConfiguration;
Swift
var singleMasterChannelEndpointConfiguration: AWSKinesisVideoSingleMasterChannelEndpointConfiguration? { get set }