ACSCallDiagnosticsOptions Class
Declaration
@interface ACSCallDiagnosticsOptions : NSObject;
Description
Options for diagnostics of call client
Methods
init
Creates a new instance with a default configuration for the call diagnostics options
-(instancetype)init;
Properties
appName
An Identifier to group together multiple appIds into small bundle, invariant of version.
@property (retain, nonnull) NSString * appName;
appVersion
The application version.
@property (retain, nonnull) NSString * appVersion;
tags
Tags - additonal information.
@property (copy, nonnull) NSArray<NSString *> * tags;