Skip to main content

Overview

You will:
  • Install the SDK
  • Mint a short-lived realtime session token on your backend
  • Subscribe to realtime call events from the browser
If you want the extended version, use:
  • /guides/getting-started-classic

1. Install the SDK

2. Mint a realtime session token on your backend

Use your secret key server-side.

3. Connect the browser to realtime events

4. Refresh token before expiry

  • Session tokens are short-lived.
  • Re-mint on reconnect or auth failure.
  • Keep secret keys out of browser code.

Next steps

  • Full session-token guide: /guides/realtime-session-tokens
  • Realtime architecture patterns: /guides/realtime-telephony-patterns