AWSKinesisVideoGetSignalingChannelEndpointOutput
Objective-C
@interface AWSKinesisVideoGetSignalingChannelEndpointOutput
Swift
class AWSKinesisVideoGetSignalingChannelEndpointOutput
-
A list of endpoints for the specified signaling channel.
Declaration
Objective-C
@property (nonatomic, strong) NSArray<AWSKinesisVideoResourceEndpointListItem *> *_Nullable resourceEndpointList;
Swift
var resourceEndpointList: [AWSKinesisVideoResourceEndpointListItem]? { get set }