bump version.
This commit is contained in:
@@ -1,5 +1,13 @@
|
|||||||
# CHANGELOG
|
# CHANGELOG
|
||||||
|
|
||||||
|
## 1.0.1
|
||||||
|
|
||||||
|
* Re-send tracks permissions after reconnected.
|
||||||
|
* Add audioBitrate option for publishAudioTrack.
|
||||||
|
* Bump version for flutter_webrtc (up to 0.8.9).
|
||||||
|
* Fix: SIGTERM / Crash on connection (Windows) #121
|
||||||
|
* Fix: Microphone not published on windows build #64
|
||||||
|
|
||||||
## 1.0.0
|
## 1.0.0
|
||||||
|
|
||||||
* Ready for Flutter 3.
|
* Ready for Flutter 3.
|
||||||
|
|||||||
@@ -17,8 +17,8 @@ More Docs and guides are available at [https://docs.livekit.io](https://docs.liv
|
|||||||
| Web | 🟢 | 🟢 | 🟢 | 🟢 |
|
| Web | 🟢 | 🟢 | 🟢 | 🟢 |
|
||||||
| iOS | 🟢 | 🟢 | 🟢 | 🔴 |
|
| iOS | 🟢 | 🟢 | 🟢 | 🔴 |
|
||||||
| Android | 🟢 | 🟢 | 🟢 | 🟢 |
|
| Android | 🟢 | 🟢 | 🟢 | 🟢 |
|
||||||
| Mac | 🟢 | 🟢 | 🟢 | 🔴 |
|
| Mac | 🟢 | 🟢 | 🟢 | 🟡 |
|
||||||
| Windows | 🟡 | 🟡 | 🟡 | 🔴 |
|
| Windows | 🟢 | 🟢 | 🟢 | 🟡 |
|
||||||
|
|
||||||
🟢 = Available
|
🟢 = Available
|
||||||
|
|
||||||
|
|||||||
+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: 1.0.0
|
version: 1.0.1
|
||||||
homepage: https://livekit.io
|
homepage: https://livekit.io
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
|
|||||||
Reference in New Issue
Block a user