From 5a7768b9ffd3839e9d47319cdff292d3b9ab1f5b Mon Sep 17 00:00:00 2001 From: cloudwebrtc Date: Tue, 21 May 2024 09:40:14 +0800 Subject: [PATCH] release: 2.1.5. --- CHANGELOG.md | 5 +++++ ios/livekit_client.podspec | 2 +- lib/src/livekit.dart | 2 +- macos/livekit_client.podspec | 2 +- pubspec.yaml | 2 +- 5 files changed, 9 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 58a81e35d..22e95fef5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # CHANGELOG +## 2.1.5 + +fix: audio devcie ids consistency (#513) +feat: provide option to skip stop/restartTrack for mute/unmute (#516) + ## 2.1.4 * bump version of flutter-webrtc with privacy manifest files diff --git a/ios/livekit_client.podspec b/ios/livekit_client.podspec index 74bcac081..e7c28e97e 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 = '2.1.4' + s.version = '2.1.5' 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/' diff --git a/lib/src/livekit.dart b/lib/src/livekit.dart index ebddbbfac..9bf1b37c2 100644 --- a/lib/src/livekit.dart +++ b/lib/src/livekit.dart @@ -15,5 +15,5 @@ /// Main entry point to connect to a room. /// {@category Room} class LiveKitClient { - static const version = '2.1.4'; + static const version = '2.1.5'; } diff --git a/macos/livekit_client.podspec b/macos/livekit_client.podspec index 7e9104a48..c79d8ee28 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 = '2.1.4' + s.version = '2.1.5' 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/' diff --git a/pubspec.yaml b/pubspec.yaml index 9585a36f8..f63421a8f 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -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: 2.1.4 +version: 2.1.5 homepage: https://github.com/livekit/client-sdk-flutter environment: