This commit is contained in:
David Zhao
2021-08-06 21:26:55 -07:00
parent 2eda3ae25f
commit 356bda0f09
4 changed files with 8 additions and 3 deletions
+5
View File
@@ -1,3 +1,8 @@
## 0.3.0
* `replaceTrack` API to switch camera sources
* example app works on Android
## 0.2.0
* pass more detailed connect error message
+1 -1
View File
@@ -122,7 +122,7 @@ packages:
path: ".."
relative: true
source: path
version: "0.2.0"
version: "0.3.0"
logging:
dependency: "direct main"
description:
+1 -1
View File
@@ -1,2 +1,2 @@
const version = '0.2.0';
const version = '0.3.0';
const protocolVersion = 2;
+1 -1
View File
@@ -1,6 +1,6 @@
name: livekit_client
description: Flutter Client SDK for LiveKit
version: 0.2.0
version: 0.3.0
homepage: https://livekit.io
environment: