Releases: livekit/client-sdk-esp32
Releases · livekit/client-sdk-esp32
v0.3.0
What's Changed
- Component upload by @ladvoc in #35
- RTC upgrade by @ladvoc in #20
- Update README links for dependencies by @ladvoc in #21
- Use separate TX lock for WebSocket client by @ladvoc in #22
- Use SFU provided ICE servers by @ladvoc in #24
- Upgrade Korvo2 BSP for voice_agent example by @ladvoc in #29
- Doxygen theme by @ladvoc in #32
- Third-party component upload by @ladvoc in #31
- Sync system time in examples by @ladvoc in #33
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
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
- @chenosaurus made their first contribution in #12
Full Changelog: v0.1.0...v0.2.0