github livekit/python-sdks v0.4.0

latest releases: protocol-v1.1.8, protocol-v1.1.7, rtc-v1.1.7...
2 years ago

Breaking changes from v0.3.3

  • Room.e2ee_manager is now a @property instead of a function
  • Room.run has been removed and is automatically being launched on a background task by Room.connect
    • This means you need to make sure you register to the room events before connecting otherwise you might miss some events in a bad timing.

What's Changed

Full Changelog: v0.3.3...v0.4.0

Don't miss a new python-sdks release

NewReleases is sending notifications on new releases.