v0.2.0
This commit is contained in:
@@ -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
|
||||||
|
|||||||
@@ -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,2 +1,2 @@
|
|||||||
const version = '0.1.0';
|
const version = '0.2.0';
|
||||||
const protocolVersion = 2;
|
const protocolVersion = 2;
|
||||||
|
|||||||
+1
-1
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user