Skip to content

Commit

Permalink
release: 1.5.1. (#370)
Browse files Browse the repository at this point in the history
* release: 1.5.1.

* bump version for flutter-webrtc.

* Update CHANGELOG.md
  • Loading branch information
cloudwebrtc authored Sep 27, 2023
1 parent 8b4f110 commit 8f16ced
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 12 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# CHANGELOG

## 1.5.1

* Fixed Renderer bug for Windows.
* E2EE Improvements.
* Fixed error when sending events on non-platform thread [iOS/macOS].

## 1.5.0

* Update default bitrates according to VMAF guide
Expand Down
4 changes: 2 additions & 2 deletions ios/livekit_client.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'livekit_client'
s.version = '1.4.0'
s.version = '1.5.1'
s.summary = 'Open source platform for real-time audio and video.'
s.description = 'Open source platform for real-time audio and video.'
s.homepage = 'https://livekit.io/'
Expand All @@ -16,5 +16,5 @@ Pod::Spec.new do |s|
s.static_framework = true

s.dependency 'Flutter'
s.dependency 'WebRTC-SDK', '114.5735.07'
s.dependency 'WebRTC-SDK', '114.5735.08'
end
4 changes: 2 additions & 2 deletions macos/livekit_client.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'livekit_client'
s.version = '1.4.0'
s.version = '1.5.1'
s.summary = 'Open source platform for real-time audio and video.'
s.description = 'Open source platform for real-time audio and video.'
s.homepage = 'https://livekit.io/'
Expand All @@ -16,5 +16,5 @@ Pod::Spec.new do |s|
s.static_framework = true

s.dependency 'FlutterMacOS'
s.dependency 'WebRTC-SDK', '114.5735.07'
s.dependency 'WebRTC-SDK', '114.5735.08'
end
4 changes: 2 additions & 2 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -236,10 +236,10 @@ packages:
dependency: "direct main"
description:
name: flutter_webrtc
sha256: "3a9af7db39ed5971b81ca1650b80521469584ae36739bb1f0ab4d1befb512ff9"
sha256: da6fb0f0f9515b2c64608011e3ad314e6a858bbf1c57477f418621996e7d22d2
url: "https://pub.dev"
source: hosted
version: "0.9.43"
version: "0.9.45"
flutter_window_close:
dependency: "direct main"
description:
Expand Down
12 changes: 6 additions & 6 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
name: livekit_client
description: Flutter Client SDK for LiveKit.
Build real-time video and audio into your apps. Supports iOS, Android, and Web.
version: 1.5.0
version: 1.5.1
homepage: https://livekit.io

environment:
Expand All @@ -28,19 +28,19 @@ dependencies:
flutter:
sdk: flutter
async: ^2.9.0
collection: ^1.16.0
collection: '>=1.16.0'
connectivity_plus: ^4.0.0
cryptography: ^2.0.5
fixnum: ^1.0.1
meta: ^1.8.0
http: ^0.13.0
http: '>=0.13.0'
logging: ^1.1.0
uuid: ^3.0.6
uuid: '>=3.0.6'
synchronized: ^3.0.0+3
protobuf: ^3.0.0
flutter_webrtc: 0.9.43
flutter_webrtc: 0.9.45
flutter_window_close: ^0.2.2
device_info_plus: ^8.0.0
device_info_plus: '>=8.0.0'
js: ^0.6.4
platform_detect: ^2.0.7
dart_webrtc: 1.1.3
Expand Down

0 comments on commit 8f16ced

Please sign in to comment.