audioLevels abstract method

Map<String?, double> audioLevels()

Instantaneous audio levels in 0.0–1.0; key null = local participant, otherwise the remote identity. Polled by the engine's volume-indication timer.

Implementation

Map<String?, double> audioLevels();