次の方法で共有


ACSDominantSpeakersInfo クラス

宣言

@interface ACSDominantSpeakersInfo : NSObject;

説明

通話の主要な話者に関する情報

メソッド

プロパティ

lastUpdatedAt

現在の主要な話者リストの最終更新時刻

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

speakers

使用可能なスピーカーのコレクション。

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