prepare v0.5.5
This commit is contained in:
+12
-1
@@ -1,12 +1,23 @@
|
|||||||
# CHANGELOG
|
# 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
|
## 0.5.4
|
||||||
|
|
||||||
* Screen sharing support for Android
|
* Screen sharing support for Android
|
||||||
* Fixed TrackPublication/Track mute status
|
* Fixed TrackPublication/Track mute status
|
||||||
* Fixed bug with updateTrack
|
* Fixed bug with updateTrack
|
||||||
* Fixed being able to apply capture resolution constraints
|
* Fixed being able to apply capture resolution constraints
|
||||||
* initial macOS support
|
* Initial macOS support
|
||||||
|
|
||||||
## 0.5.3
|
## 0.5.3
|
||||||
|
|
||||||
|
|||||||
@@ -176,7 +176,7 @@ packages:
|
|||||||
path: ".."
|
path: ".."
|
||||||
relative: true
|
relative: true
|
||||||
source: path
|
source: path
|
||||||
version: "0.5.4"
|
version: "0.5.5"
|
||||||
logging:
|
logging:
|
||||||
dependency: "direct main"
|
dependency: "direct main"
|
||||||
description:
|
description:
|
||||||
|
|||||||
@@ -4,7 +4,7 @@ import 'room.dart';
|
|||||||
/// Main entry point to connect to a room.
|
/// Main entry point to connect to a room.
|
||||||
/// {@category Room}
|
/// {@category Room}
|
||||||
class LiveKitClient {
|
class LiveKitClient {
|
||||||
static const version = '0.5.4';
|
static const version = '0.5.5';
|
||||||
|
|
||||||
/// Convenience method for connecting to a LiveKit server.
|
/// Convenience method for connecting to a LiveKit server.
|
||||||
/// Returns a [Room] upon a successful connect or throws when it fails.
|
/// Returns a [Room] upon a successful connect or throws when it fails.
|
||||||
|
|||||||
+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: 0.5.4
|
version: 0.5.5
|
||||||
homepage: https://livekit.io
|
homepage: https://livekit.io
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
|
|||||||
Reference in New Issue
Block a user