共用方式為


ACSCaptionsCallFeature 類別

宣告

@interface ACSCaptionsCallFeature : ACSCallFeature;

Description

用於管理通話標題的通話功能。

方法

getCaptions

取得已連線通話的標題。

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

參數

  • completionHandler - 作業完成之後要以異步方式叫用的區塊。

傳回

  • void