Skip to content

Commit

Permalink
release: 1.2.1+hotfix.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
cloudwebrtc committed Feb 23, 2025
1 parent f6412c8 commit cbf2670
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# Changelog

--------------------------------------------
[1.2.1] - 2025-02-07
[1.2.1+hotfix.1] - 2025-02-023

* feat: expose rtc video value (#30)
* fix: make videoValue non nullable (#30)
* fix: make optional cname in RTCRTCPParameters nullable (#27)

[1.2.0] - 2024-04-08
Expand Down
2 changes: 1 addition & 1 deletion lib/src/rtc_video_renderer.dart
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ abstract class VideoRenderer {

int get videoHeight;

RTCVideoValue get videoValue;
RTCVideoValue get videoValue => RTCVideoValue();

bool get muted;
set muted(bool mute);
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: webrtc_interface
description: WebRTC Interface for Dart-Web/Flutter.
version: 1.2.1
version: 1.2.1+hotfix.1
homepage: https://flutter-webrtc.org

environment:
Expand Down

0 comments on commit cbf2670

Please sign in to comment.