python-sdks icon indicating copy to clipboard operation
python-sdks copied to clipboard

LiveKit real-time SDK and server API for Python

Results 67 python-sdks issues
Sort by recently updated
recently updated
newest added

hi, master when i Connect to the livekit server through python sdk (7880). The server is configured with tcp_port: 7881 and udp_port: 7882, but I found that the traffic of...

After integrating dispatch, I’m encountering two issues: 1)The participant_metadata_changed event no longer seems to trigger. 2)More critically, the agent is no longer able to connect to the room. I’ve followed...

```python await lk_api.agent_dispatch.list_dispatch('a') ``` ```bash livekit.api.twirp_client.TwirpError: TwirpError(code=unavailable, message=twirp error unknown: no response from servers, status=503) ``` maybe something else other than 503, like 404, or just empty

I thing `types-protobuf` should be moved from requirement to dev requirement. Is it necessary to use it as requirement?

My JS frontend sends a text message using `sendText()` with the topic `lk.chat` and some attributes. The Python agent can access this text message using `def on_conversation_item_added(ev: ConversationItemAddedEvent)` but this...

- I added task done after queue.wait_for finish to ensure proper task management and resource cleanup. I face the issue with memory leak for my service, this is first point...

Question: Can we expose metrics to OpenTelemetry format, so observe Livekit Apps with [Openlit](https://github.com/openlit/openlit) or other observability platform ? I recently try Openlit but I can't see Livekit metrics :(