ACSRecordingCallFeature Class
Declaration
@interface ACSRecordingCallFeature : ACSCallFeature;
Description
Call Feature for managing call recording
Methods
Properties
delegate
An object you provide to receive events from this ACSRecordingCallFeature instance.
@property(nonatomic, assign) id<ACSRecordingCallFeatureDelegate> delegate;
isRecordingActive
Indicates if recording is active in current call
@property (readonly) BOOL isRecordingActive;