File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
33--------------------------------------------
4- [ 1.2.1] - 2025-02-07
4+ [ 1.2.1+hotfix.1 ] - 2025-02-023
55
6- * feat: expose rtc video value (#30 )
6+ * fix: make videoValue non nullable (#30 )
77* fix: make optional cname in RTCRTCPParameters nullable (#27 )
88
99[ 1.2.0] - 2024-04-08
Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ abstract class VideoRenderer {
5454
5555 int get videoHeight;
5656
57- RTCVideoValue get videoValue;
57+ RTCVideoValue get videoValue => RTCVideoValue () ;
5858
5959 bool get muted;
6060 set muted (bool mute);
Original file line number Diff line number Diff line change 11name : webrtc_interface
22description : WebRTC Interface for Dart-Web/Flutter.
3- version : 1.2.1
3+ version : 1.2.1+hotfix.1
44homepage : https://flutter-webrtc.org
55
66environment :
You can’t perform that action at this time.
0 commit comments