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

### Summary **Related Slack thread:** https://livekit-users.slack.com/archives/C07FVFM5NA1/p1760636896172949 After upgrading `livekit` Python SDK from **1.0.13 → 1.0.16**, data sent via [**RoomService SendData API (Server API)**](https://docs.livekit.io/reference/server/server-apis/#senddata) is not delivered to Python SDK listeners...

## Description The Python SDK is missing backup codec support that is available in the JavaScript SDK. The `BackupCodecPolicy` enum exists at the protocol level, but the high-level `publish_track()` API...

### Summary Looking for a way to learn which remote participants are currently subscribed to a local track from the Python SDK. I didn't find an event or API that...

We have had to revert to 1.0.12 as a workaround for: https://github.com/livekit/python-sdks/issues/499 BUT, we are finding 1.0.12 is noticeably slower to join a room. Thank you for your attention.

I get the following error while running egress sample code from: https://docs.livekit.io/agents/ops/recording/ I've verified that my AWS credentials are good by using a boto3-based upload with the credentials. ``` (.venv)...

### Summary LiveKit Cloud (server/egress) rejects `RoomCompositeEgressRequest` with `invalid_argument: … missing field: output`. The latest PyPI wheel `livekit-api==1.0.2` can’t populate the new `output` wrapper because the field isn’t in the...

Issue: When publishing video track using the python SDK, the video stream freezes for 6 to 7 seconds every 5 seconds. My set up: - Livekit cloud - Tested with...

I am getting this error while creating a participant for an outbound call: `Error creating SIP participant: TwirpError(code=invalid_argument, message=twirp error unknown: INVITE failed: sip status: 400 (BAD_REQUEST), status=400, metadata={'error_details': 'CAMSLElOVklURSBmYWlsZWQ6IHNpcCBzdGF0dXM6IDQwMCAoQkFEX1JFUVVFU1QpGiwKJXR5cGUuZ29vZ2xlYXBpcy5jb20vbGl2ZWtpdC5TSVBTdGF0dXMSAwiQAw==',...