release: 1.3.1. (#286)
* release: 1.3.1. * bump pub versions for example to support flutter 3.10.0.
This commit is contained in:
@@ -1,5 +1,17 @@
|
|||||||
# CHANGELOG
|
# CHANGELOG
|
||||||
|
|
||||||
|
## 1.3.1
|
||||||
|
|
||||||
|
* Feat: add linux support.
|
||||||
|
* Fix: audio play bug for ios safari.
|
||||||
|
* Fix: fix bluetooth device enumerate on android.
|
||||||
|
* Fix: Do not operate on inactive tracks.
|
||||||
|
* Fix: use the correct transceiver id.
|
||||||
|
* Fix: Support restart camera for windows/linux.
|
||||||
|
* Fix: Move the call of capturer.stopCapture() outside the main thread
|
||||||
|
to avoid blocking of flutter method call.
|
||||||
|
* Fix: Handle exceptions for framerate settings for darwin.
|
||||||
|
|
||||||
## 1.3.0
|
## 1.3.0
|
||||||
|
|
||||||
* Fix resolution/framerate/bitrate issue for publishVideoTrack.
|
* Fix resolution/framerate/bitrate issue for publishVideoTrack.
|
||||||
|
|||||||
@@ -24,6 +24,7 @@ dependencies:
|
|||||||
|
|
||||||
livekit_client:
|
livekit_client:
|
||||||
path: ../
|
path: ../
|
||||||
|
js_bindings: ^0.1.2+1
|
||||||
# git:
|
# git:
|
||||||
# url: https://github.com/livekit/client-sdk-flutter
|
# url: https://github.com/livekit/client-sdk-flutter
|
||||||
# ref: main
|
# ref: main
|
||||||
|
|||||||
+1
-1
@@ -1,7 +1,7 @@
|
|||||||
name: livekit_client
|
name: livekit_client
|
||||||
description: Flutter Client SDK for LiveKit.
|
description: Flutter Client SDK for LiveKit.
|
||||||
Build real-time video and audio into your apps. Supports iOS, Android, and Web.
|
Build real-time video and audio into your apps. Supports iOS, Android, and Web.
|
||||||
version: 1.3.0
|
version: 1.3.1
|
||||||
homepage: https://livekit.io
|
homepage: https://livekit.io
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
|
|||||||
Reference in New Issue
Block a user