prepare for 1.0.0
This commit is contained in:
@@ -1,5 +1,13 @@
|
|||||||
# CHANGELOG
|
# CHANGELOG
|
||||||
|
|
||||||
|
## 1.0.0
|
||||||
|
|
||||||
|
* Ready for Flutter 3.
|
||||||
|
* `mirrorMode` for `VideoTrackRenderer`.
|
||||||
|
* Fix url building logic for validation more.
|
||||||
|
* Changed `AVAudioSessionCategory` switch timing to publish / unpublish.
|
||||||
|
* Support for Bluetooth on Android 11.
|
||||||
|
|
||||||
## 0.5.9
|
## 0.5.9
|
||||||
|
|
||||||
* Fix: iOS audio issue which prevents `AVAudioSessionCategory` to switch correctly.
|
* Fix: iOS audio issue which prevents `AVAudioSessionCategory` to switch correctly.
|
||||||
|
|||||||
@@ -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.9'
|
s.version = '1.0.0'
|
||||||
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.9';
|
static const version = '1.0.0';
|
||||||
|
|
||||||
/// 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.9'
|
s.version = '1.0.0'
|
||||||
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.9
|
version: 1.0.0
|
||||||
homepage: https://livekit.io
|
homepage: https://livekit.io
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
|
|||||||
Reference in New Issue
Block a user