kind-postman-17041
05/16/2025, 2:57 AMtall-airline-16756
05/16/2025, 2:57 AMtall-airline-16756
05/16/2025, 2:57 AMsetVolume
method available in the SDKs:
• JavaScript SDK: // To increase volume above normal level (values > 1)
remoteParticipant.setVolume(volumeLevel);
• Android SDK: // To increase volume above normal level (values > 1)
remoteAudioTrack.setVolume(volumeLevel);
In both cases, a value of 1 represents normal volume, values less than 1 decrease volume, and values greater than 1 increase volume. For the Android SDK, the volume parameter can range from 0 to 10, where values greater than 1 will boost the volume of the track.
Sources: setVolume | RemoteParticipant | LiveKit JS Client SDK - v2.8.1