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 there, I'd like to know how can I answer a SIP call using the sdk... what I'd like to do is attach a "controller" to a room created by...

depends on https://github.com/livekit/rust-sdks/pull/436

A bit verbose, but I added sync versions of the services, using `requests.post` instead of `with session.post as resp`. This would be small quality of life for us. Open to...

this field will contain the speech analytics data from the STT(deepgram).

"When using the Python SDK (unlike the web interface), there's an issue where the microphone picks up audio from the speakers. This causes the AI agent to stop talking whenever...

This PR fixes a bug in `ByteStreamWriter` where the first data chunk was incorrectly sent with **_chunk_index = 1_** instead of the expected 0. **Problem:** As described in Issue #430...

**Description:** There is an inconsistency in chunk indexing between `ByteStreamWriter` and `TextStreamWriter` in livekit/rtc/data_stream.py. The `ByteStreamWriter.write` method incorrectly increments the `_next_chunk_index` before using it for the chunk_index field in the...

Hello, I currently have a django rest api with Django v5 with all functions written in synchronous views. However I'm attempting to add a webrtc calling feature using the Livekit...

We want to support removing all events and their associated callbacks.