This commit is contained in:
David Zhao
2021-08-05 23:23:37 -07:00
parent 908c830b86
commit f1a7591ec7
4 changed files with 9 additions and 3 deletions
+6
View File
@@ -1,3 +1,9 @@
## 0.2.0
* pass more detailed connect error message
* bugfixes with publishing duplicate video tracks
* removed use of media stream during publishing
## 0.1.1 ## 0.1.1
* Minor improvements to error handling * Minor improvements to error handling
+1 -1
View File
@@ -122,7 +122,7 @@ packages:
path: ".." path: ".."
relative: true relative: true
source: path source: path
version: "0.1.1" version: "0.2.0"
logging: logging:
dependency: "direct main" dependency: "direct main"
description: description:
+1 -1
View File
@@ -1,2 +1,2 @@
const version = '0.1.0'; const version = '0.2.0';
const protocolVersion = 2; const protocolVersion = 2;
+1 -1
View File
@@ -1,6 +1,6 @@
name: livekit_client name: livekit_client
description: Flutter Client SDK for LiveKit description: Flutter Client SDK for LiveKit
version: 0.1.1 version: 0.2.0
homepage: https://livekit.io homepage: https://livekit.io
environment: environment: