Releases: shepeliev/webrtc-kmp
Releases · shepeliev/webrtc-kmp
v0.114.2
What's Changed
- Add iosSimulatorArm64 kotlin target by @renaudmathieu in #78
New Contributors
- @renaudmathieu made their first contribution in #78
Full Changelog: v0.114.1...v0.114.2
v0.114.1
What's Changed
- Remove WebRtc object from common code by @shepeliev in #83
- Refactor media stream tracks by @shepeliev in #84
- Upgrade Kotlin 1.8.22, AGP 8.0.2, disable legacy JS compiler by @shepeliev in #85
- Add 'constraints' and 'settings' fields to MediaStreamTrack by @shepeliev in #86
- Add customization of camera enumerator in Android by @shepeliev in #87
Full Changelog: v0.114.0...v0.114.1
v0.114.0
What's Changed
- Update Kotlin 1.8.21, AGP 8.0, Android target SDK 33 by @shepeliev in #80
- Update WebRTC to M114 by @shepeliev in #81
Full Changelog: v.0.106.0...v.0.114.0
v.0.106.0
What's Changed
- Refactor building by @shepeliev in #69
- Refactor lib initialization by @shepeliev in #70
- Update WebRTC to M106 by @shepeliev in #72
Full Changelog: v.0.100.2...v.0.106.0
v.0.100.2
What's Changed
- Fix switch camera side not working by @shepeliev in #67
Full Changelog: v.0.100.1...v.0.100.2
v.0.100.1
v0.100.0
What's Changed
- Kotlin 1.7.0 #53
- Update WebRTC platform libs to M100 #60
- Implement sample video chat application #53
- Platform WebRTC libraries removed from the repo #53
- Fix offer/answer constraints #37
- Switch to new memory model #41
- Refactor MediaStreamTrack and MediaStream #42
- Fix Android does not respect FPS constraints #44
- Fix infinite recursion by @mihai1voicescu #48
- Refactor Android PeerConnection events in #57
- JS: Fix importing WebRTC adapter #61
Release v0.89.6
Changelog
- Adds getDisplayMedia to common interface. Implement for JS. Thank's to @mihai1voicescu (#36)
Release v.0.89.5
Changelog
- Add IceCandidate constructor #28