From e154f7ace0b59a7e87278d6f09b27f2cbe7f1c90 Mon Sep 17 00:00:00 2001 From: Hiroshi Horie <548776+hiroshihorie@users.noreply.github.com> Date: Mon, 3 Jan 2022 09:19:21 +0700 Subject: [PATCH] prepare 0.5.6 --- CHANGELOG.md | 6 ++++++ example/pubspec.lock | 2 +- ios/livekit_client.podspec | 4 ++-- lib/src/livekit.dart | 2 +- macos/livekit_client.podspec | 4 ++-- pubspec.yaml | 2 +- 6 files changed, 13 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2346b20..3cf37d9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # CHANGELOG +## 0.5.6 + +* Using WebRTC version M93. +* New `dynacast` option to `RoomOptions`. +* Rename `optimizeVideo` to `adaptiveStream` and improve stability. + ## 0.5.5 * Default capture options for setCameraEnabled, setMicrophoneEnabled diff --git a/example/pubspec.lock b/example/pubspec.lock index 2a98327..df91664 100644 --- a/example/pubspec.lock +++ b/example/pubspec.lock @@ -176,7 +176,7 @@ packages: path: ".." relative: true source: path - version: "0.5.5" + version: "0.5.6" logging: dependency: "direct main" description: diff --git a/ios/livekit_client.podspec b/ios/livekit_client.podspec index b6563a9..2d1428d 100644 --- a/ios/livekit_client.podspec +++ b/ios/livekit_client.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'livekit_client' - s.version = '0.5.5' + s.version = '0.5.6' 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/' @@ -16,5 +16,5 @@ Pod::Spec.new do |s| s.static_framework = true s.dependency 'Flutter' - s.dependency 'WebRTC-SDK', '~> 92.4515' + s.dependency 'WebRTC-SDK', '~> 93.4577' end diff --git a/lib/src/livekit.dart b/lib/src/livekit.dart index 5f2a0b8..bcad1d9 100644 --- a/lib/src/livekit.dart +++ b/lib/src/livekit.dart @@ -4,7 +4,7 @@ import 'options.dart'; /// Main entry point to connect to a room. /// {@category Room} class LiveKitClient { - static const version = '0.5.5'; + static const version = '0.5.6'; /// Convenience method for connecting to a LiveKit server. /// Returns a [Room] upon a successful connect or throws when it fails. diff --git a/macos/livekit_client.podspec b/macos/livekit_client.podspec index 65694ba..92d9d72 100644 --- a/macos/livekit_client.podspec +++ b/macos/livekit_client.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'livekit_client' - s.version = '0.5.5' + s.version = '0.5.6' 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/' @@ -16,5 +16,5 @@ Pod::Spec.new do |s| s.static_framework = true s.dependency 'FlutterMacOS' - s.dependency 'WebRTC-SDK', '~> 92.4515' + s.dependency 'WebRTC-SDK', '~> 93.4577' end diff --git a/pubspec.yaml b/pubspec.yaml index 87724fd..9a42bf3 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,7 +1,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: 0.5.5 +version: 0.5.6 homepage: https://livekit.io environment: