abundant-nest-50526
09/18/2025, 7:38 PMtall-airline-16756
09/18/2025, 7:38 PMtall-airline-16756
09/18/2025, 7:39 PMsetVolume method available in various SDKs. Here are some friendly options to try out:
• JavaScript SDK: Simply use remoteAudioTrack.setVolume(1.5) to boost the volume to 1.5x. If you want to target specific sources, you can use remoteParticipant.setVolume(1.5, Track.Source.Microphone).
• Android SDK: Just call remoteAudioTrack.setVolume(1.5) to increase the volume.
• Swift SDK: You can set the volume property of RemoteAudioTrack to a value like 1.5 to amplify the sound.
• React Component: Try using the RoomAudioRenderer component with the volume prop, for example, <RoomAudioRenderer volume="1.5" />.
Just a little heads-up: increasing the volume beyond 1.0 might cause some distortion, so it’s a good idea to test it in real-world scenarios to make sure the audio stays clear and pleasant.
Sources: src/room/Room.ts | livekit-android-sdk/src/main/java/io/livekit/android/room/track/RemoteAudio... | Sources/LiveKit/Audio/Manager/AudioManager.swift | packages/react/src/components/RoomAudioRenderer.tsx | Codecs and more | LiveKit Docs