ACSHangUpOptions Class

Declaration

@interface ACSHangUpOptions : NSObject;

Description

Property bag class for hanging up a call

Methods

init

Creates a new instance with a default configuration

-(instancetype)init;

Properties

forEveryone

Use to determine whether the current call should be terminated for all participant on the call or not

@property BOOL forEveryone;