onVolumeChanged

abstract fun onVolumeChanged(volumeUpdates: Array<VolumeUpdate>)

Handles volume changes for attendees whose VolumeLevel has changed.

Note: this callback will be called on main thread.

Parameters

volumeUpdates

: Array<VolumeUpdate> - Attendees with updated volume levels.