Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Releases: livekit/client-sdk-esp32

v0.3.0

15 Sep 23:55
Immutable release. Only release title and notes can be modified.
a92e11d
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.2.0...v.0.3.0

📣 Component Registry

As of this release, LiveKit is now available through the ESP Component Registry. Going forward, this will be the recommended installation method:

idf.py add-dependency "livekit/livekit=0.3.0"

Upgrading from v0.2.0

  • This SDK now uses the upstream version of esp_capture which creates a breaking change in capture setup. The example applications have been updated to reflect this change; please refer to media.c.

v0.2.0

27 Aug 23:47
Immutable release. Only release title and notes can be modified.
78dc1ca
Compare
Choose a tag to compare

What's Changed

  • Improve connection reliability by @ladvoc in #18
    • API to check why room connection failed
    • Automatic connection retry, exponential backoff + randomization between attempts
    • Internal: introduces an event-driven FSM for more robust transitions between engine states
  • Improve ESP32 docs by @chenosaurus in #12
  • [🤖 readme-manager] Update README by @ladvoc in #8

New Contributors

Full Changelog: v0.1.0...v0.2.0

v0.1.0

19 Jul 05:17
0395e85
Compare
Choose a tag to compare
v0.1.0 Pre-release
Pre-release

Initial release.