ACSTranscriptionCallFeatureDelegate 通訊協定
宣告
@protocol ACSTranscriptionCallFeatureDelegate;
Description
ACSTranscriptionCallFeature 為了回應重要事件而呼叫的一組方法。
方法
onIsTranscriptionActiveChanged
isTranscriptionActiveChanged 事件。 發生於呼叫的轉譯啟動或停止時
-(void)onIsTranscriptionActiveChanged:(ACSTranscriptionCallFeature *)sender :(ACSPropertyChangedEventArgs *)args {
參數
sender
- 已變更狀態的呼叫物件。args
- 呼叫狀態的相關信息。