ACSTranscriptionCallFeatureDelegate Protocol

Declaration

@protocol ACSTranscriptionCallFeatureDelegate;

Description

A set of methods that are called by ACSTranscriptionCallFeature in response to important events.

Methods

onIsTranscriptionActiveChanged

isTranscriptionActiveChanged Event. Occurs when transcription is started or stopped for a call

-(void)onIsTranscriptionActiveChanged:(ACSTranscriptionCallFeature *)sender :(ACSPropertyChangedEventArgs *)args {

Parameters

  • sender - The call object which state had changed.
  • args - Information about the call state.