Skip to main content
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 a DailyParticipantsAudioLevel 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).

Example

See also