release: 1.3.0.
This commit is contained in:
@@ -1,5 +1,10 @@
|
|||||||
# CHANGELOG
|
# CHANGELOG
|
||||||
|
|
||||||
|
## 1.3.0
|
||||||
|
|
||||||
|
* Fix resolution/framerate/bitrate issue for publishVideoTrack.
|
||||||
|
* End-to-end encryption support.
|
||||||
|
|
||||||
## 1.2.2
|
## 1.2.2
|
||||||
|
|
||||||
* Feat: Support setVideoFPS for subscribe.
|
* Feat: Support setVideoFPS for subscribe.
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
Pod::Spec.new do |s|
|
Pod::Spec.new do |s|
|
||||||
s.name = 'livekit_client'
|
s.name = 'livekit_client'
|
||||||
s.version = '1.2.2'
|
s.version = '1.3.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,6 +1,6 @@
|
|||||||
Pod::Spec.new do |s|
|
Pod::Spec.new do |s|
|
||||||
s.name = 'livekit_client'
|
s.name = 'livekit_client'
|
||||||
s.version = '1.2.2'
|
s.version = '1.3.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: 1.2.2
|
version: 1.3.0
|
||||||
homepage: https://livekit.io
|
homepage: https://livekit.io
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
|
|||||||
Reference in New Issue
Block a user