abstract fun onVolumeChanged(volumeUpdates: Array<VolumeUpdate>): Unit
Handles volume changes for attendees whose VolumeLevel has changed.
Note: this callback will be called on main thread.
volumeUpdates
- : Array<VolumeUpdate> - Attendees with updated volume levels.