Package org.jitsi.utils.dsi
Interface ActiveSpeakerChangedListener
-
- All Implemented Interfaces:
public interface ActiveSpeakerChangedListener<T>Implementing classes can be notified about changes to the 'active' stream (identified by its SSRC) using activeSpeakerChanged.
Boris Grozev
-
-
Method Summary
Modifier and Type Method Description abstract voidactiveSpeakerChanged(@Nullable() T id)Notifies this listener that the active/dominant speaker has been changed to one identified by id.-
-
Method Detail
-
activeSpeakerChanged
abstract void activeSpeakerChanged(@Nullable() 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, ornullindicating that we entered a period of silence (if silence detection is enabled).
-
-
-
-