ACSDominantSpeakersInfo 类
声明
@interface ACSDominantSpeakersInfo : NSObject;
说明
有关呼叫的主要说话人的信息
方法
属性
lastUpdatedAt
当前主要演讲者列表的上次更新时间
@property (retain, nonnull, readonly) NSDate * lastUpdatedAt;
扬声器
可用扬声器的集合。
@property(nonatomic, readonly, nonnull) NSArray<id<CommunicationIdentifier>> * speakers;