ACSDominantSpeakersCallFeatureDelegate Protocol

Declaration

@protocol ACSDominantSpeakersCallFeatureDelegate;

Description

A set of methods that are called by ACSDominantSpeakersCallFeature in response to important events.

Methods

onDominantSpeakersChanged

dominantSpeakersChanged Event. Occurs when there's a change in the dominant speakers in the call

-(void)onDominantSpeakersChanged:(ACSDominantSpeakersCallFeature *)sender :(ACSPropertyChangedEventArgs *)args {

Parameters

  • sender - The call object which state had changed.
  • args - Information about the call state.