RoomAudioRenderer
The RoomAudioRenderer component is a drop-in solution for adding audio to your LiveKit app. It takes care of handling remote participants’ audio tracks and makes sure that microphones and screen share are audible.
Import
import { RoomAudioRenderer } from '@livekit/components-react';
Usage
<LiveKitRoom><RoomAudioRenderer /></LiveKitRoom>