-
- All Implemented Interfaces:
public interface ActiveSpeakerChangedListener<T>Implementing classes can be notified about changes to the 'active' stream (identified by its SSRC) using activeSpeakerChanged.
-
-
Method Summary
Modifier and Type Method Description abstract voidactiveSpeakerChanged(T id)Notifies this listener that the active/dominant speaker has been changed to one identified by id.-
-
Method Detail
-
activeSpeakerChanged
abstract void activeSpeakerChanged(T id)
Notifies this listener that the active/dominant speaker has been changed to one identified by
id.- Parameters:
id- the ID of the latest/current active/dominant speaker.
-
-
-
-