共用方式為


ACSDominantSpeakersInfo 類別

宣告

@interface ACSDominantSpeakersInfo : NSObject;

Description

通話的主要說話者相關信息

方法

屬性

lastUpdatedAt

目前主要說話者清單的上次更新時間

@property (retain, nonnull, readonly) NSDate * lastUpdatedAt;

喇叭

可用說話者的集合。

@property(nonatomic, readonly, nonnull) NSArray<id<CommunicationIdentifier>> * speakers;