remoteParticipantsAudioLevel

fun remoteParticipantsAudioLevel(): Map<ParticipantId, Float>

Gets the current audio level of all remote participants.

If this is called from the main thread (or from your custom thread if you created the CallClient with a custom Handler), then the value returned is consistent with the state of the CallClient as of the most recent callback.

Return

a Map object with the current audio level of all remote participants.