Skip to main content
Deprecated 0.20.0 useAudioLevel(params) : void
useAudioLevel is deprecated. Use useAudioLevelObserver instead.
TheuseAudioLevel hook takes aMediaStreamTrack (for example, a call participant’s audio track). The second parameter, onVolumeChange, is a callback function, which runs when the track’s volume level changes. With this callback, you can respond to the track’s volume changes in whichever way you want.

Parameters

mediaTrack
MediaStreamTrack
required
The MediaStreamTrack to test.
onVolumeChange
Function
required
A callback reference to run when the track’s volume level changes.

Example

See also