AWSKinesisVideoSingleMasterConfiguration
Objective-C
@interface AWSKinesisVideoSingleMasterConfiguration
Swift
class AWSKinesisVideoSingleMasterConfiguration
A structure that contains the configuration for the SINGLE_MASTER
channel type.
-
The period of time a signaling channel retains undelivered messages before they are discarded.
Declaration
Objective-C
@property (nonatomic, strong) NSNumber *_Nullable messageTtlSeconds;
Swift
var messageTtlSeconds: NSNumber? { get set }