Class DominantSpeakersCallFeature
- Object
-
- CallFeature
-
- DominantSpeakersCallFeature
-
public final class DominantSpeakersCallFeature extends CallFeature
Call Feature for managing the dominant speakers of a call
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
addOnDominantSpeakersChangedListener(PropertyChangedListener listener)
Adds the specified listener to receive OnDominantSpeakersChanged events.DominantSpeakersInfo
getDominantSpeakersInfo()
Information about the dominant speakers of the callvoid
removeOnDominantSpeakersChangedListener(PropertyChangedListener listener)
Removes the specified listener to receive OnDominantSpeakersChanged events.-
Methods inherited from class CallFeature
finalize, getName
-
-
-
-
Method Detail
-
getDominantSpeakersInfo
public DominantSpeakersInfo getDominantSpeakersInfo()
Information about the dominant speakers of the call
-
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
-
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
-
-