enableSoundLevel property
getter/setter pair
Enable or disable sound level callback for the task. If enabled, then the remote player can get the soundLevel of every stream in the inputlist by onMixerSoundLevelUpdate
callback. On web platforms, this property does not take effect.
Implementation
bool enableSoundLevel;