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 d516169

Browse files
update.
1 parent d6aabf7 commit d516169

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

‎CHANGELOG.md‎

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
# Changelog
22

33
--------------------------------------------
4+
[1.2.2+hotfix.1] - 2025年03月24日
5+
6+
* rename getBufferAmount to getBufferedAmount.
7+
48
[1.2.2] - 2025年03月24日
59

610
* add getBufferedAmount for RTCDataChannel.

‎lib/src/rtc_data_channel.dart‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ abstract class RTCDataChannel {
8181
int? get bufferedAmount;
8282

8383
/// Get the buffered amount from native DC.
84-
Future<int> getBufferAmount() => throw UnimplementedError();
84+
Future<int> getBufferedAmount() => throw UnimplementedError();
8585

8686
/// Set threshold to trigger onBufferedAmountLow callback
8787
int? bufferedAmountLowThreshold;

‎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.2
3+
version: 1.2.2+hotfix.1
44
homepage: https://flutter-webrtc.org
55

66
environment:

0 commit comments

Comments
(0)

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