Skip to content

Commit 8f16ced

Browse files
authored
release: 1.5.1. (#370)
* release: 1.5.1. * bump version for flutter-webrtc. * Update CHANGELOG.md
1 parent 8b4f110 commit 8f16ced

File tree

5 files changed

+18
-12
lines changed

5 files changed

+18
-12
lines changed

CHANGELOG.md

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

3+
## 1.5.1
4+
5+
* Fixed Renderer bug for Windows.
6+
* E2EE Improvements.
7+
* Fixed error when sending events on non-platform thread [iOS/macOS].
8+
39
## 1.5.0
410

511
* Update default bitrates according to VMAF guide

ios/livekit_client.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = 'livekit_client'
3-
s.version = '1.4.0'
3+
s.version = '1.5.1'
44
s.summary = 'Open source platform for real-time audio and video.'
55
s.description = 'Open source platform for real-time audio and video.'
66
s.homepage = 'https://livekit.io/'
@@ -16,5 +16,5 @@ Pod::Spec.new do |s|
1616
s.static_framework = true
1717

1818
s.dependency 'Flutter'
19-
s.dependency 'WebRTC-SDK', '114.5735.07'
19+
s.dependency 'WebRTC-SDK', '114.5735.08'
2020
end

macos/livekit_client.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = 'livekit_client'
3-
s.version = '1.4.0'
3+
s.version = '1.5.1'
44
s.summary = 'Open source platform for real-time audio and video.'
55
s.description = 'Open source platform for real-time audio and video.'
66
s.homepage = 'https://livekit.io/'
@@ -16,5 +16,5 @@ Pod::Spec.new do |s|
1616
s.static_framework = true
1717

1818
s.dependency 'FlutterMacOS'
19-
s.dependency 'WebRTC-SDK', '114.5735.07'
19+
s.dependency 'WebRTC-SDK', '114.5735.08'
2020
end

pubspec.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -236,10 +236,10 @@ packages:
236236
dependency: "direct main"
237237
description:
238238
name: flutter_webrtc
239-
sha256: "3a9af7db39ed5971b81ca1650b80521469584ae36739bb1f0ab4d1befb512ff9"
239+
sha256: da6fb0f0f9515b2c64608011e3ad314e6a858bbf1c57477f418621996e7d22d2
240240
url: "https://pub.dev"
241241
source: hosted
242-
version: "0.9.43"
242+
version: "0.9.45"
243243
flutter_window_close:
244244
dependency: "direct main"
245245
description:

pubspec.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
name: livekit_client
1616
description: Flutter Client SDK for LiveKit.
1717
Build real-time video and audio into your apps. Supports iOS, Android, and Web.
18-
version: 1.5.0
18+
version: 1.5.1
1919
homepage: https://livekit.io
2020

2121
environment:
@@ -28,19 +28,19 @@ dependencies:
2828
flutter:
2929
sdk: flutter
3030
async: ^2.9.0
31-
collection: ^1.16.0
31+
collection: '>=1.16.0'
3232
connectivity_plus: ^4.0.0
3333
cryptography: ^2.0.5
3434
fixnum: ^1.0.1
3535
meta: ^1.8.0
36-
http: ^0.13.0
36+
http: '>=0.13.0'
3737
logging: ^1.1.0
38-
uuid: ^3.0.6
38+
uuid: '>=3.0.6'
3939
synchronized: ^3.0.0+3
4040
protobuf: ^3.0.0
41-
flutter_webrtc: 0.9.43
41+
flutter_webrtc: 0.9.45
4242
flutter_window_close: ^0.2.2
43-
device_info_plus: ^8.0.0
43+
device_info_plus: '>=8.0.0'
4444
js: ^0.6.4
4545
platform_detect: ^2.0.7
4646
dart_webrtc: 1.1.3

0 commit comments

Comments
 (0)