releases.shpreview
LiveKit/Python SDKs/rtc-v0.5.0

rtc-v0.5.0

$npx -y @buildinternet/releases show rel__XgqZc3iJYqEeP_UcRbGh

Breaking changes from v0.4.*

The python-sdks repository is now a monorepo containing the livekit and livekit-api packages. This means you must import the rtc package using from livekit import rtc instead of import livekit

  • The ctypes are now removed from the public facing api
    • You can now easily interact with livekit using the standard python buffers
  • Removed pyee dependency:
    • To register a listener, use Room.on (add_listener has been removed)
  • async close functions are now renamed to aclose
  • AudioFrame constructor now requires data, if you want to easily allocate a new frame, use AudioFrame.create
  • Video* buffers constructor now requires data

livekit-api (pypi)

The first version is now released, it allows the creation of access tokens and making requests to the room service

What's Changed

Full Changelog: https://github.com/livekit/python-sdks/compare/v0.4.6...rtc-v0.5.0

Fetched April 11, 2026