共用方式為


ACSTeamsCaptions 類別

宣告

@interface ACSTeamsCaptions : ACSCallCaptions;

Description

用於管理Teams Interop通話標題的Teams標題。

方法

setCaptionLanguage

設定標題語言。

-(void)setCaptionLanguage:(NSString *)language withCompletionHandler:(void (^)(NSError *error))completionHandler;

參數

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

傳回

  • void

屬性

Delegate - 委派

您提供給接收來自這個 ACSTeamsCaptions 實例之事件的物件。

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

activeCaptionLanguage

取得使用中 標題 語言。

@property (retain, nonnull, readonly) NSString * activeCaptionLanguage;

supportedCaptionLanguages

Captions 支援的輔助字幕語言清單。

@property (copy, nonnull, readonly) NSArray<NSString *> * supportedCaptionLanguages;