Skip to content

Releases: flutter-webrtc/webrtc-interface

v1.2.1+hotfix.1

23 Feb 01:57
8797751
Compare
Choose a tag to compare

[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

07 Feb 01:57
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.2.0...1.2.1

1.2.0

08 Apr 13:50
Compare
Choose a tag to compare

What's Changed

feat: add keyRingSize/discardFrameWhenCryptorNotReady to KeyProviderOptions.

1.1.1

14 Aug 08:36
Compare
Choose a tag to compare

[1.1.1] - 2023-08-14

  • Add more async methods.

1.0.10

12 Nov 05:33
Compare
Choose a tag to compare

[1.0.10] - 2022-11-12

  • Change MediaStream.clone to async.

1.0.9

02 Nov 15:58
Compare
Choose a tag to compare

[1.0.9] - 2022-11-02

  • Update MediaRecorder interface.

1.0.8

06 Sep 11:38
Compare
Choose a tag to compare

[1.0.8] - 2022-09-06

  • Added callback onFirstFrameRendered.

1.0.7

04 Aug 10:54
Compare
Choose a tag to compare

[1.0.7] - 2022-08-04

  • Add stub for selectAudioOutput.

1.0.6

04 Aug 05:23
Compare
Choose a tag to compare

[1.0.6] - 2022-08-04

  • Add selectAudioOutput method to MediaDevices.
  • Add ondevicechange property to MediaDevices.

1.0.5

03 Jun 05:13
ea624dd
Compare
Choose a tag to compare

[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.