Integration Modes
SDK Mode
Client sends audio; SDK handles networking and rendering. Best for simple, client-centric apps.
RTC Mode & Framework Plugins
Real-time voice via LiveKit or Agora. Use framework plugins or Server SDK with egress.
Host Mode
You control the transport. Server SDK sends audio and relays animation to the client SDK.
Agent Mode
Fully managed voice agent (coming soon).
Where to Start
- New to Spatialreal? Start with Overview → Integrations to compare modes, then open the guide for your chosen mode.
- Already chose a mode? Use the sidebar: pick SDK Mode, RTC Mode, or Host Mode, then follow the platform-specific quickstarts (Web, iOS, Android) or server guides (LiveKit, Agora).
Quick Links
| Mode | Client / Platform | Server |
|---|---|---|
| SDK | Web · iOS · Android | Session token from your backend only |
| RTC | LiveKit Client · Agora Client | LiveKit Server · Agora Server |
| Host | Web · iOS · Android | Python · Golang · JS |

