AWSKinesisVideoUpdateSignalingChannelInput

Objective-C

@interface AWSKinesisVideoUpdateSignalingChannelInput

Swift

class AWSKinesisVideoUpdateSignalingChannelInput
  • The Amazon Resource Name (ARN) of the signaling channel that you want to update.

    Declaration

    Objective-C

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

    Swift

    var channelARN: String? { get set }
  • The current version of the signaling channel that you want to update.

    Declaration

    Objective-C

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

    Swift

    var currentVersion: String? { get set }
  • The structure containing the configuration for the SINGLE_MASTER type of the signaling channel that you want to update.

    Declaration

    Objective-C

    @property (nonatomic, strong) AWSKinesisVideoSingleMasterConfiguration *_Nullable singleMasterConfiguration;

    Swift

    var singleMasterConfiguration: AWSKinesisVideoSingleMasterConfiguration? { get set }