DominantSpeakersCallFeature Class

  • java.lang.Object
    • CallFeature
      • com.azure.android.communication.calling.DominantSpeakersCallFeature

public class DominantSpeakersCallFeature extends CallFeature

Call Feature for managing the dominant speakers of a call

Method Summary

Modifier and Type Method and Description
void addOnDominantSpeakersChangedListener(PropertyChangedListener listener)

Adds the specified listener to receive OnDominantSpeakersChanged events. dominantSpeakersChanged Event. Occurs when there's a change in the dominant speakers in the call

DominantSpeakersInfo getDominantSpeakersInfo()

Information about the dominant speakers of the call

void removeOnDominantSpeakersChangedListener(PropertyChangedListener listener)

Removes the specified listener to receive OnDominantSpeakersChanged events. dominantSpeakersChanged Event. Occurs when there's a change in the dominant speakers in the call

Inherited Members

Method Details

addOnDominantSpeakersChangedListener

public void addOnDominantSpeakersChangedListener(PropertyChangedListener listener)

Adds the specified listener to receive OnDominantSpeakersChanged events. dominantSpeakersChanged Event. Occurs when there's a change in the dominant speakers in the call

Parameters:

listener

getDominantSpeakersInfo

public DominantSpeakersInfo getDominantSpeakersInfo()

Information about the dominant speakers of the call

removeOnDominantSpeakersChangedListener

public void removeOnDominantSpeakersChangedListener(PropertyChangedListener listener)

Removes the specified listener to receive OnDominantSpeakersChanged events. dominantSpeakersChanged Event. Occurs when there's a change in the dominant speakers in the call

Parameters:

listener

Applies to