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 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;