Skip to content

Latest commit

 

History

History

rpc

RPC Demo

A working multi-participant live demo of the LiveKit RPC feature.

Running the Demo

  1. Create .env.local with LIVEKIT_API_KEY, LIVEKIT_API_SECRET, and LIVEKIT_URL
  2. Install dependencies: pnpm install
  3. Start server: pnpm dev
  4. Open browser to local URL (typically http://localhost:5173)
  5. Press the button to watch the demo run

For more detailed information on using RPC with LiveKit, refer to the main README.