start preparing for 0.5.7
This commit is contained in:
@@ -1,5 +1,11 @@
|
|||||||
# CHANGELOG
|
# CHANGELOG
|
||||||
|
|
||||||
|
## 0.5.7
|
||||||
|
|
||||||
|
* New track subscription permissions API.
|
||||||
|
* Improvements to reconnect logic.
|
||||||
|
* Room metadata update event.
|
||||||
|
|
||||||
## 0.5.6
|
## 0.5.6
|
||||||
|
|
||||||
* Using WebRTC version M93.
|
* Using WebRTC version M93.
|
||||||
|
|||||||
@@ -50,7 +50,7 @@ SPEC CHECKSUMS:
|
|||||||
Libyuv: 5f79ced0ee66e60a612ca97de1e6ccacd187a437
|
Libyuv: 5f79ced0ee66e60a612ca97de1e6ccacd187a437
|
||||||
livekit_client: 2b0426725d1efc2890fd1a30ba635f6f8845adf0
|
livekit_client: 2b0426725d1efc2890fd1a30ba635f6f8845adf0
|
||||||
path_provider_ios: 7d7ce634493af4477d156294792024ec3485acd5
|
path_provider_ios: 7d7ce634493af4477d156294792024ec3485acd5
|
||||||
shared_preferences_ios: aef470a42dc4675a1cdd50e3158b42e3d1232b32
|
shared_preferences_ios: 548a61f8053b9b8a49ac19c1ffbc8b92c50d68ad
|
||||||
WebRTC-SDK: 166b0e161d93d4b961f410bf7966a634f42aa17d
|
WebRTC-SDK: 166b0e161d93d4b961f410bf7966a634f42aa17d
|
||||||
|
|
||||||
PODFILE CHECKSUM: 82aed1035f46bfa5b522f0d0dbf4730f17ec65ff
|
PODFILE CHECKSUM: 82aed1035f46bfa5b522f0d0dbf4730f17ec65ff
|
||||||
|
|||||||
@@ -225,7 +225,7 @@ packages:
|
|||||||
path: ".."
|
path: ".."
|
||||||
relative: true
|
relative: true
|
||||||
source: path
|
source: path
|
||||||
version: "0.5.6"
|
version: "0.5.7"
|
||||||
logging:
|
logging:
|
||||||
dependency: "direct main"
|
dependency: "direct main"
|
||||||
description:
|
description:
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
Pod::Spec.new do |s|
|
Pod::Spec.new do |s|
|
||||||
s.name = 'livekit_client'
|
s.name = 'livekit_client'
|
||||||
s.version = '0.5.6'
|
s.version = '0.5.7'
|
||||||
s.summary = 'Open source platform for real-time audio and video.'
|
s.summary = 'Open source platform for real-time audio and video.'
|
||||||
s.description = 'Open source platform for real-time audio and video.'
|
s.description = 'Open source platform for real-time audio and video.'
|
||||||
s.homepage = 'https://livekit.io/'
|
s.homepage = 'https://livekit.io/'
|
||||||
|
|||||||
@@ -4,7 +4,7 @@ import 'options.dart';
|
|||||||
/// Main entry point to connect to a room.
|
/// Main entry point to connect to a room.
|
||||||
/// {@category Room}
|
/// {@category Room}
|
||||||
class LiveKitClient {
|
class LiveKitClient {
|
||||||
static const version = '0.5.6';
|
static const version = '0.5.7';
|
||||||
|
|
||||||
/// Convenience method for connecting to a LiveKit server.
|
/// Convenience method for connecting to a LiveKit server.
|
||||||
/// Returns a [Room] upon a successful connect or throws when it fails.
|
/// Returns a [Room] upon a successful connect or throws when it fails.
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
Pod::Spec.new do |s|
|
Pod::Spec.new do |s|
|
||||||
s.name = 'livekit_client'
|
s.name = 'livekit_client'
|
||||||
s.version = '0.5.6'
|
s.version = '0.5.7'
|
||||||
s.summary = 'Open source platform for real-time audio and video.'
|
s.summary = 'Open source platform for real-time audio and video.'
|
||||||
s.description = 'Open source platform for real-time audio and video.'
|
s.description = 'Open source platform for real-time audio and video.'
|
||||||
s.homepage = 'https://livekit.io/'
|
s.homepage = 'https://livekit.io/'
|
||||||
|
|||||||
+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: 0.5.6
|
version: 0.5.7
|
||||||
homepage: https://livekit.io
|
homepage: https://livekit.io
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
|
|||||||
Reference in New Issue
Block a user