v2.6.0
What's Changed
- Fix log level order by @davidliu in #452
- Add TranscriptionReceived event to track publication by @davidliu in #449
- Signal local audio track feature updates by @davidliu in #456
- Have EventListenable.collect return Nothing by @davidliu in #458
- Implement RegionUrlProvider and Room.prepareConnection by @davidliu in #463
- Call
Room.prepareConnection
if you know your server url beforehand to speed up the initial connection.
- Call
- Handle new LeaveRequest protocol by @davidliu in #464
- Listen directly to connectionState changes instead of polling by @davidliu in #465
- Update libwebrtc to 125.6422.04 by @davidliu in #466
- Fixes a crash relating to NetworkMonitor when disconnecting the Room object.
- Fixes the mic indicator not disappearing when muted.
Full Changelog: v2.5.0...v2.6.0