ACSDominantSpeakersInfo Class
Declaration
@interface ACSDominantSpeakersInfo : NSObject;
Description
Information about the dominant speakers of a call
Methods
Properties
lastUpdatedAt
Last updated time of the current dominant speakers list
@property (retain, nonnull, readonly) NSDate * lastUpdatedAt;
speakers
Collection of available speakers.
@property(nonatomic, readonly, nonnull) NSArray<id<CommunicationIdentifier>> * speakers;