isRemoteParticipantsAudioLevelObserverRunning()
Returns true if startRemoteParticipantsAudioLevelObserver() has been called and the observer is currently active.
Return value
Returnsboolean.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Returns whether the remote participants audio level observer is currently active.
isRemoteParticipantsAudioLevelObserverRunning()
Returns true if startRemoteParticipantsAudioLevelObserver() has been called and the observer is currently active.
boolean.
if (!call.isRemoteParticipantsAudioLevelObserverRunning()) {
await call.startRemoteParticipantsAudioLevelObserver(100);
}