Skip to content

Releases: livekit/python-sdks

v0.4.0

19 Sep 04:12
c5e0e26
Compare
Choose a tag to compare

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

v0.3.3

08 Sep 05:36
396f496
Compare
Choose a tag to compare

Breaking changes from v0.3.2

frames must now be received by using async generators from VideoStream and AudioStream

What's Changed

Full Changelog: v0.3.2...v0.3.3

v0.3.2

07 Sep 20:39
caba2ea
Compare
Choose a tag to compare

v0.3.1

06 Sep 18:24
19d5d0b
Compare
Choose a tag to compare

Breaking changes from v0.2.*

AudioSource.__init__() now requires two parameters: sample_rate and num_channels
AudioSource.capture_frame is now async and automatically handle the clock synchronisation

What's Changed

Full Changelog: v0.2.5...v0.3.1

v0.2.3

14 Aug 12:08
b14fa6c
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.2.2...v0.2.3

v0.2.2

11 Aug 21:42
2ece5cd
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.2.1...v0.2.2

v0.2.1

11 Aug 05:38
5cc44f9
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.2.0...v0.2.1

v0.2.0

04 Aug 16:57
039709d
Compare
Choose a tag to compare

What's Changed

Rust changelog

https://github.com/livekit/client-sdk-rust/releases/tag/v0.2.0

v0.1.3

06 Jul 17:31
4d32491
Compare
Choose a tag to compare

Changes:

  • Reduced binary sizes
  • Fixed proto files not being included on wheel packages

v0.1.1

03 Jul 14:40
930c806
Compare
Choose a tag to compare
v0.1.1 (#4)