File tree Expand file tree Collapse file tree 6 files changed +16
-6
lines changed
Expand file tree Collapse file tree 6 files changed +16
-6
lines changed Original file line number Diff line number Diff line change @@ -240,4 +240,14 @@ Professional 分支:Android & iOS 端集成TXLiteAVSDK_Professional lastest版
240240- Fix the issue where updating Picture-in-Picture produces errors when Picture-in-Picture ends in some cases
241241- Modify the plugin callback Flutter side message architecture
242242- During SDK initialization, all modules are changed to lazy loading
243- - The demo and player components no longer need to force set the language; if not set, it defaults to English
243+ - The demo and player components no longer need to force set the language; if not set, it defaults to English
244+
245+ #### Version: 12.1.0 2024.11.20
246+
247+ ##### Features:
248+
249+ - set Android TXLiteAVSDK_Professional to 12.1.0.14886,tag:release_pro_v12.1.0
250+ - set iOS TXLiteAVSDK_Professional to 12.1.16597, tag:release_pro_v12.1.0
251+ - Fix the issue of reversed logic in the live streaming mute method.
252+ - iOS adds support for Picture-in-Picture for live streaming, which requires premium permission to use.
253+ - Fix other known issues.
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ buildLog() {
55}
66
77inputVersion=$1
8- export VERSION_NAME=" 12.0.1 "
8+ export VERSION_NAME=" 12.1.0 "
99if [ -n " $inputVersion " ]; then
1010 VERSION_NAME=$inputVersion
1111fi
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ rootProject.ext {
44 supportSdkVersion = " 26.0.1"
55 minSdkVersion = 19
66 targetSdkVersion = 28
7- playerVersion = ' 12.0.1 '
7+ playerVersion = ' 12.1.0 '
88 compat = " androidx.appcompat:appcompat:1.6.1"
99
1010 /**
Original file line number Diff line number Diff line change 44#
55Pod ::Spec . new do |s |
66 s . name = 'super_player'
7- s . version = '12.0.1 '
7+ s . version = '12.1.0 '
88 s . summary = 'player plugin.'
99 s . description = <<-DESC
1010player plugin.
Original file line number Diff line number Diff line change 22part of SuperPlayer;
33
44abstract class FPlayerPckInfo {
5- static const String PLAYER_VERSION = "12.0.1 " ;
5+ static const String PLAYER_VERSION = "12.1.0 " ;
66}
Original file line number Diff line number Diff line change 11name : super_player
22description : player plugin.
3- version : 12.0.1
3+ version : 12.1.0
44author :
55homepage :
66
You can’t perform that action at this time.
0 commit comments