v1.1.9
What's Changed
- Switch to webrtc hosted on maven central by @davidliu in #199
- Add Room.isRecording to surface if the room is being recorded by @davidliu in #200
- Handle configuration changes after reconnecting by @davidliu in #202
Other Notes
We previously depended on a WebRTC library that was hosted on JitPack, but have since seen errors and artifacts gone missing. To address this, we've migrated to a Maven Central hosted version of the library. However, older versions may still run into this issue, and will need to either update LiveKit to v1.1.9 or higher, or manually depend on the Maven Central version. More information at #204.
Full Changelog: v1.1.8...v1.1.9