Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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;