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

I have a token with `canSubscribe=false` and even though I have the following RoomOptions set it fails to connect. ``` await self.room.connect(host_url, token, rtc.RoomOptions(auto_subscribe=False)) ``` Error: ``` livekit::rtc_engine:378:livekit::rtc_engine - failed...

If a participant disconnects quickly, the callback won't have participant information because the participant is no longer on the call, which leads to a weird situation where you can't tell...

Issue Description Currently, when creating Python objects from Rust-owned buffers via FFI, the FfiHandle instances are created but not explicitly disposed. This leads to delayed memory deallocation on the Rust...

- Add a new class `MediaDevices` that provides centralized access to local audio input/outputs. - Enables AEC loop when using both mic & speaker. - Add examples for publishing local...

Hi folks, Been deep-diving into plugins for python and found that several Python plugin docs are published twice under different paths: - `https://docs.livekit.io/reference/python/livekit/plugins/...` - - `https://docs.livekit.io/reference/python/v1/livekit/plugins/...` - A concrete example...

hi, master, I also have a memory leak issue, when i use python-sdk to create 4000 rooms each time (client uses Room objects to connect the room), and then exit,...

Important Info: I am using a self hosted livekit server `1.8.3` (which works with playground and registering the worker etc.) and livekit SIP server `v0.10` (which points to the `latest`...

Hey Livekit team! I would like to request new feature: saving egress recordings as `.wav` file, not just `mp4, webm, ogg`. Thank you!

Hello, I cannot import the latest livekit 1.0.16 due to glibc version in Raspberry Pi OS. The symbol `__isoc23_strtoll` is only included in glibc >=2.38 whereas Raspberry Pi OS only...