ACSDominantSpeakersCallFeature Class
Declaration
@interface ACSDominantSpeakersCallFeature : ACSCallFeature;
Description
Call Feature for managing the dominant speakers of a call
Methods
Properties
delegate
An object you provide to receive events from this ACSDominantSpeakersCallFeature instance.
@property(nonatomic, assign) id<ACSDominantSpeakersCallFeatureDelegate> delegate;
dominantSpeakersInfo
Information about the dominant speakers of the call
@property (retain, nonnull, readonly) ACSDominantSpeakersInfo * dominantSpeakersInfo;