ACSTranscriptionCallFeatureDelegate 协议
声明
@protocol ACSTranscriptionCallFeatureDelegate;
说明
ACSTranscriptionCallFeature 为响应重要事件而调用的一组方法。
方法
onIsTranscriptionActiveChanged
isTranscriptionActiveChanged 事件。 在开始或停止通话听录时发生
-(void)onIsTranscriptionActiveChanged:(ACSTranscriptionCallFeature *)sender :(ACSPropertyChangedEventArgs *)args {
参数
sender
- 状态已更改的调用对象。args
- 有关调用状态的信息。