AWSKinesisVideoWebRTCStorageJoinStorageSessionAsViewerInput

Objective-C

@interface AWSKinesisVideoWebRTCStorageJoinStorageSessionAsViewerInput

Swift

class AWSKinesisVideoWebRTCStorageJoinStorageSessionAsViewerInput
  • The Amazon Resource Name (ARN) of the signaling channel.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nullable channelArn;

    Swift

    var channelArn: String? { get set }
  • The unique identifier for the sender client.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nullable clientId;

    Swift

    var clientId: String? { get set }