RoomName
The RoomName component renders the name of the connected LiveKit room inside a span tag.
Import
import { RoomName } from '@livekit/components-react';
Usage
<LiveKitRoom><RoomName /></LiveKitRoom>
Properties
(Optional)
The RoomName component renders the name of the connected LiveKit room inside a span tag.
import { RoomName } from '@livekit/components-react';
<LiveKitRoom><RoomName /></LiveKitRoom>
(Optional)
Previous
RoomAudioRendererUp Next
StartAudio