ACSRecordingCallFeatureDelegate Protocol
Declaration
@protocol ACSRecordingCallFeatureDelegate;
Description
A set of methods that are called by ACSRecordingCallFeature in response to important events.
Methods
onIsRecordingActiveChanged
isRecordingActiveChanged Event. Occurs when recording is started or stopped for a call
-(void)onIsRecordingActiveChanged:(ACSRecordingCallFeature *)sender :(ACSPropertyChangedEventArgs *)args {
Parameters
sender
- The call object which state had changed.args
- Information about the call state.