You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+12-4Lines changed: 12 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -68,13 +68,21 @@ In production, use the `start` command:
68
68
uv run python src/agent.py start
69
69
```
70
70
71
-
## Web and mobile frontends
71
+
## Frontend & Telephony
72
72
73
-
To use a prebuilt frontend or build your own, see the [agents frontend guide](https://docs.livekit.io/agents/start/frontend/).
73
+
Get started quickly with our pre-built frontend starter apps, or add telephony support:
74
74
75
-
## Telephony
75
+
| Platform | Link | Description |
76
+
|----------|----------|-------------|
77
+
|**Web**|[`livekit-examples/agent-starter-react`](https://github.com/livekit-examples/agent-starter-react)| Web voice AI assistant with React & Next.js |
78
+
|**iOS/macOS**|[`livekit-examples/agent-starter-swift`](https://github.com/livekit-examples/agent-starter-swift)| Native iOS, macOS, and visionOS voice AI assistant |
79
+
|**Flutter**|[`livekit-examples/agent-starter-flutter`](https://github.com/livekit-examples/agent-starter-flutter)| Cross-platform voice AI assistant app |
80
+
|**React Native**|[`livekit-examples/voice-assistant-react-native`](https://github.com/livekit-examples/voice-assistant-react-native)| Native mobile app with React Native & Expo |
81
+
|**Android**|[`livekit-examples/agent-starter-android`](https://github.com/livekit-examples/agent-starter-android)| Native Android app with Kotlin & Jetpack Compose |
82
+
|**Web Embed**|[`livekit-examples/agent-starter-embed`](https://github.com/livekit-examples/agent-starter-embed)| Voice AI widget for any website |
83
+
|**Telephony**|[📚 Documentation](https://docs.livekit.io/agents/start/telephony/)| Add inbound or outbound calling to your agent |
76
84
77
-
To add a phone number, see the [agents telephony guide](https://docs.livekit.io/agents/start/telephony/).
85
+
For advanced customization, see the [complete frontend guide](https://docs.livekit.io/agents/start/frontend/).
0 commit comments