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.