Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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;