A working multi-participant live demo of the LiveKit RPC feature.
- Create
.env.local
withLIVEKIT_API_KEY
,LIVEKIT_API_SECRET
, andLIVEKIT_URL
- Install dependencies:
pnpm install
- Start server:
pnpm dev
- Open browser to local URL (typically http://localhost:5173)
- Press the button to watch the demo run
For more detailed information on using RPC with LiveKit, refer to the main README.