v0.3.0
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -122,7 +122,7 @@ packages:
|
||||
path: ".."
|
||||
relative: true
|
||||
source: path
|
||||
version: "0.2.0"
|
||||
version: "0.3.0"
|
||||
logging:
|
||||
dependency: "direct main"
|
||||
description:
|
||||
|
||||
@@ -1,2 +1,2 @@
|
||||
const version = '0.2.0';
|
||||
const version = '0.3.0';
|
||||
const protocolVersion = 2;
|
||||
|
||||
+1
-1
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user