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