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
+30-7
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,9 @@
13
13
# 📹🎙️🐍 Python SDK for LiveKit
14
14
15
15
<!--BEGIN_DESCRIPTION-->
16
+
16
17
Use this SDK to add realtime video, audio and data features to your Python app. By connecting to <ahref="https://livekit.io/">LiveKit</a> Cloud or a self-hosted server, you can quickly build applications such as multi-modal AI, live streaming, or video calls with just a few lines of code.
Perform your own predefined method calls from one participant to another.
160
+
Perform your own predefined method calls from one participant to another.
139
161
140
162
This feature is especially powerful when used with [Agents](https://docs.livekit.io/agents), for instance to forward LLM function calls to your client application.
141
163
@@ -172,11 +194,10 @@ You may find it useful to adjust the `response_timeout` parameter, which indicat
172
194
173
195
#### Errors
174
196
175
-
LiveKit is a dynamic realtime environment and calls can fail for various reasons.
197
+
LiveKit is a dynamic realtime environment and calls can fail for various reasons.
176
198
177
199
You may throw errors of the type `RpcError` with a string `message` in an RPC method handler and they will be received on the caller's side with the message intact. Other errors will not be transmitted and will instead arrive to the caller as `1500` ("Application Error"). Other built-in errors are detailed in `RpcError`.
178
200
179
-
180
201
## Examples
181
202
182
203
-[Facelandmark](https://github.com/livekit/python-sdks/tree/main/examples/face_landmark): Use mediapipe to detect face landmarks (eyes, nose ...)
@@ -189,7 +210,9 @@ You may throw errors of the type `RpcError` with a string `message` in an RPC me
189
210
Please join us on [Slack](https://livekit.io/join-slack) to get help from our devs / community members. We welcome your contributions(PRs) and details can be discussed there.
0 commit comments