prepare v0.5.5

This commit is contained in:
Hiroshi Horie
2021-12-13 02:53:47 +07:00
parent b6494a8ede
commit 4a025a4ed2
4 changed files with 15 additions and 4 deletions
+12 -1
View File
@@ -1,12 +1,23 @@
# CHANGELOG
## 0.5.5
* Default capture options for setCameraEnabled, setMicrophoneEnabled
* Track stream update events
* Room instance can be created without connecting
* Release Camera/Mic when track is muted
* Better type handling
* Option to unpublish without stopping track
* Fixed RemoteTrackPublication mute events
* Initial Windows support
## 0.5.4
* Screen sharing support for Android
* Fixed TrackPublication/Track mute status
* Fixed bug with updateTrack
* Fixed being able to apply capture resolution constraints
* initial macOS support
* Initial macOS support
## 0.5.3
+1 -1
View File
@@ -176,7 +176,7 @@ packages:
path: ".."
relative: true
source: path
version: "0.5.4"
version: "0.5.5"
logging:
dependency: "direct main"
description:
+1 -1
View File
@@ -4,7 +4,7 @@ import 'room.dart';
/// Main entry point to connect to a room.
/// {@category Room}
class LiveKitClient {
static const version = '0.5.4';
static const version = '0.5.5';
/// Convenience method for connecting to a LiveKit server.
/// Returns a [Room] upon a successful connect or throws when it fails.
+1 -1
View File
@@ -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.4
version: 0.5.5
homepage: https://livekit.io
environment: