Releases: flutter-webrtc/webrtc-interface
Releases · flutter-webrtc/webrtc-interface
v1.5.1
Full Changelog: v1.5.0...v1.5.1
v1.5.0
Full Changelog: v1.4.0...v1.5.0
v1.4.0
What's Changed
- Priority control APIs by @hiroshihorie in #35
- release: 1.4.0. by @cloudwebrtc in #36
Full Changelog: v1.3.0...v1.4.0
v1.3.0
What's Changed
- Media recording changes by @daniel-g-favoreto-opl in #31
- feat: Add data packet cryptor interface. by @cloudwebrtc in #34
New Contributors
- @daniel-g-favoreto-opl made their first contribution in #31
Full Changelog: v1.2.2...v1.3.0
v1.2.2+hotfix.1
Full Changelog: v1.2.2...v1.2.2+hotfix.1
v1.2.2
Full Changelog: 1.2.1...v1.2.2
v1.2.1+hotfix.1
[1.2.1+hotfix.1] - 2025-02-023
- fix: make videoValue non nullable (#30)
- fix: make optional cname in RTCRTCPParameters nullable (#27)
Full Changelog: 1.2.1...v1.2.1+hotfix.1
1.2.1
What's Changed
- feat: expose rtc video value by @holzgeist in #30
- fix: make optional cname in RTCRTCPParameters nullable by @holzgeist in #27
New Contributors
- @holzgeist made their first contribution in #30
Full Changelog: 1.2.0...1.2.1
1.2.0
What's Changed
feat: add keyRingSize/discardFrameWhenCryptorNotReady to KeyProviderOptions.
1.1.1
[1.1.1] - 2023-08-14
- Add more async methods.