Skip to content

Commit

Permalink
release: 2.1.6. (#527)
Browse files Browse the repository at this point in the history
  • Loading branch information
cloudwebrtc authored Jun 6, 2024
1 parent 20e6217 commit 672784f
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 8 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# CHANGELOG

## 2.1.6

* Framecryptor decrypting fixes (#520)
* feat: add voiceIsolation support (#523)
* fix: audio session control for ios.

## 2.1.5

fix: audio devcie ids consistency (#513)
Expand Down
2 changes: 1 addition & 1 deletion 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 = '2.1.5'
s.version = '2.1.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/'
Expand Down
2 changes: 1 addition & 1 deletion lib/src/livekit.dart
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@
/// Main entry point to connect to a room.
/// {@category Room}
class LiveKitClient {
static const version = '2.1.5';
static const version = '2.1.6';
}
2 changes: 1 addition & 1 deletion 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 = '2.1.5'
s.version = '2.1.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/'
Expand Down
9 changes: 4 additions & 5 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: 2.1.5
version: 2.1.6
homepage: https://github.com/livekit/client-sdk-flutter

environment:
Expand All @@ -30,19 +30,18 @@ dependencies:
async: ^2.9.0
collection: '>=1.16.0'
connectivity_plus: ^6.0.2
cryptography: ^2.0.5
fixnum: ^1.0.1
meta: ^1.8.0
http: '>=0.13.0'
logging: ^1.1.0
uuid: '>=3.0.6'
synchronized: ^3.0.0+3
protobuf: ^3.0.0
flutter_webrtc: ^0.10.7
flutter_webrtc: ^0.10.8
device_info_plus: '>=8.0.0'
js: ^0.6.4
js: '>=0.6.4'
platform_detect: ^2.0.7
dart_webrtc: ^1.4.3
dart_webrtc: ^1.4.6
sdp_transform: ^0.3.2
web: ^0.5.1

Expand Down

0 comments on commit 672784f

Please sign in to comment.