AWSKinesisVideoResourceEndpointListItem
Objective-C
@interface AWSKinesisVideoResourceEndpointListItem
                Swift
class AWSKinesisVideoResourceEndpointListItem
                An object that describes the endpoint of the signaling channel returned by the GetSignalingChannelEndpoint API.
The media server endpoint will correspond to the WEBRTC Protocol.
- 
                  
                  
The protocol of the signaling channel returned by the
GetSignalingChannelEndpointAPI.Declaration
Objective-C
@property (nonatomic) AWSKinesisVideoChannelProtocol protocols;Swift
var protocols: AWSKinesisVideoChannelProtocol { get set } - 
                  
                  
The endpoint of the signaling channel returned by the
GetSignalingChannelEndpointAPI.Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable resourceEndpoint;Swift
var resourceEndpoint: String? { get set } 
View on GitHub
Install in Dash
        AWSKinesisVideoResourceEndpointListItem Class Reference