getRemoteParticipantsAudioLevel()
Returns the latest audio level for each remote participant. You must call startRemoteParticipantsAudioLevelObserver() before calling this method — otherwise it returns an empty object.
This method is synchronous — it does not return a Promise.
Return value
Returns aDailyParticipantsAudioLevel object: a map of participant session IDs to audio level values. Each value is a number between 0.0 (silence) and 1.0 (maximum volume).