Skip to content

Commit cbf2670

Browse files
committed
release: 1.2.1+hotfix.1.
1 parent f6412c8 commit cbf2670

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

CHANGELOG.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
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

lib/src/rtc_video_renderer.dart

+1-1
Original file line numberDiff line numberDiff 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);

pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: webrtc_interface
22
description: WebRTC Interface for Dart-Web/Flutter.
3-
version: 1.2.1
3+
version: 1.2.1+hotfix.1
44
homepage: https://flutter-webrtc.org
55

66
environment:

0 commit comments

Comments
 (0)