ACSTranscriptionCallFeature 类

声明

@interface ACSTranscriptionCallFeature : ACSCallFeature;

说明

用于管理呼叫听录的呼叫功能

方法

属性

delegate

提供用于从此 ACSTranscriptionCallFeature 实例接收事件的对象。

@property(nonatomic, assign) id<ACSTranscriptionCallFeatureDelegate> delegate;

isTranscriptionActive

指示听录在当前调用中是否处于活动状态

@property (readonly) BOOL isTranscriptionActive;