Skip to content

Commit e46d7e6

Browse files
authored
release: 1.3.1. (#286)
* release: 1.3.1. * bump pub versions for example to support flutter 3.10.0.
1 parent cba495d commit e46d7e6

File tree

3 files changed

+16
-3
lines changed

3 files changed

+16
-3
lines changed

CHANGELOG.md

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

3+
## 1.3.1
4+
5+
* Feat: add linux support.
6+
* Fix: audio play bug for ios safari.
7+
* Fix: fix bluetooth device enumerate on android.
8+
* Fix: Do not operate on inactive tracks.
9+
* Fix: use the correct transceiver id.
10+
* Fix: Support restart camera for windows/linux.
11+
* Fix: Move the call of capturer.stopCapture() outside the main thread
12+
to avoid blocking of flutter method call.
13+
* Fix: Handle exceptions for framerate settings for darwin.
14+
315
## 1.3.0
416

517
* Fix resolution/framerate/bitrate issue for publishVideoTrack.
@@ -13,7 +25,7 @@
1325
* Feat: handle reconnect response to re-configuration PCs.
1426
* Docs: readme manager initial setup.
1527
* Feat: upgrade protocol version to v9.
16-
* Chore: Use participantIdentity instead of Sid for track permissions.
28+
* Chore: Use participantIdentity instead of Sid for track permissions.
1729
* Feat: Bump flutter-webrtc to 0.9.25.
1830
* Fix: Fix empty label for Wired Headset on Android.
1931
* Fix: ICE Connectivity doesn't establish with DualSIM iPhones.
@@ -163,7 +175,7 @@
163175
video layers that are not being consumed by any subscribers, significantly
164176
reducing publishing CPU and bandwidth usage. (currently defaults to off)
165177
* Rename `optimizeVideo` to `adaptiveStream` and improve stability.
166-
AdaptiveStream lets LiveKit automatically manage quality of subscribed
178+
AdaptiveStream lets LiveKit automatically manage quality of subscribed
167179
video tracks to optimize for bandwidth and CPU.
168180
* Ensure data channel is ready state when `LocalParticipant.publishData` api is called.
169181

example/pubspec.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ dependencies:
2424

2525
livekit_client:
2626
path: ../
27+
js_bindings: ^0.1.2+1
2728
# git:
2829
# url: https://github.com/livekit/client-sdk-flutter
2930
# ref: main

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: livekit_client
22
description: Flutter Client SDK for LiveKit.
33
Build real-time video and audio into your apps. Supports iOS, Android, and Web.
4-
version: 1.3.0
4+
version: 1.3.1
55
homepage: https://livekit.io
66

77
environment:

0 commit comments

Comments
 (0)