ACSEmergencyCallOptions Class

Declaration

@interface ACSEmergencyCallOptions : NSObject;

Description

Options for emergency call of call agent

Methods

init

Creates a new instance with a default configuration for emergency call options

-(instancetype)init;

Properties

countryCode

Specify the ISO 3166-1 alpha-2 emergency country code of the local participant for emergency calls

@property (retain, nonnull) NSString * countryCode;