Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit cbf2670

Browse files
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‎

Lines changed: 2 additions & 2 deletions
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‎

Lines changed: 1 addition & 1 deletion
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‎

Lines changed: 1 addition & 1 deletion
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)

AltStyle によって変換されたページ (->オリジナル) /