Releases: flutter-webrtc/webrtc-interface
Releases · flutter-webrtc/webrtc-interface
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.
1.0.10
[1.0.10] - 2022-11-12
- Change MediaStream.clone to async.
1.0.9
[1.0.9] - 2022-11-02
- Update MediaRecorder interface.
1.0.8
[1.0.8] - 2022-09-06
- Added callback onFirstFrameRendered.
1.0.7
[1.0.7] - 2022-08-04
- Add stub for selectAudioOutput.
1.0.6
[1.0.6] - 2022-08-04
- Add
selectAudioOutput
method toMediaDevices
. - Add
ondevicechange
property toMediaDevices
.
1.0.5
[1.0.5] - 2022-05-31
- Added Function(int currentAmount, int changedAmount)? onBufferedAmountChange callback (bufferedAmount should be set to non nullable after bufferedAmount implementation on all platforms).
- Added Function(int currentAmount)? onBufferedAmountLow callback and bufferedAmountLowThreshold variable.