public interface CsrcAudioLevelListener
| Modifier and Type | Method and Description |
|---|---|
void |
audioLevelsReceived(long[] audioLevels)
Called by the media service implementation after it has received audio
levels for the various participants (Contributing SouRCes) that are
taking part in a conference call.
|
void audioLevelsReceived(long[] audioLevels)
audioLevels - a long array in which the elements at the
even indices specify the CSRC IDs and the elements at the odd indices
specify the respective audio levelsCopyright © 2022 jitsi.org. All rights reserved.