ACSCaptionsCallFeature 类

声明

@interface ACSCaptionsCallFeature : ACSCallFeature;

说明

用于管理呼叫字幕的呼叫功能。

方法

getCaptions

获取已连接呼叫的标题。

-(void)getCaptionsWithCompletionHandler:(void (^)(ACSCallCaptions * value, NSError *error))completionHandler;

参数

  • completionHandler - 一个在操作完成后异步调用的块。

返回

  • void