Skip to content

Commit 50a9446

Browse files
author
jeffgaogao
committed
docs(TcgSdk): release 3.12.1
1 parent bad761d commit 50a9446

File tree

5 files changed

+11
-2
lines changed

5 files changed

+11
-2
lines changed

Doc/Release_Notes_EN-US.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
[中文文档](历史版本.md)
22

3+
### Version 3.12.1 (2025-11.19)
4+
Bug Fixes
5+
- Fix and optimize some known issues
6+
37
### Version 3.12.0 (2025-11.19)
48
Features
59
- Added a new uplink video weak network degradation strategy interface to TcrSession. Strategies include: [disabled], [Maintain frame rate], [Maintain resolution], [Balanced].

Doc/历史版本.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
[English document](Release_Notes_EN-US.md)
22

3+
### Version 3.12.1 (2025-11.19)
4+
Bug Fixes
5+
- 修复和优化一些已知问题
6+
37
### Version 3.12.0 (2025-11.19)
48
Features
59
- TcrSession新增上行视频弱网降级策略接口,可选择【不降级】、【维持帧率】、【维持分辨率】、【平衡】策略

SDK/TCRSDK.framework/Headers/AndroidInstance.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1053,7 +1053,8 @@ typedef void (^CaiGetSystemMusicVolumeCompletion)(CaiGetSystemMusicVolumeRespons
10531053
* - key: instanceId (NSString)
10541054
* - value: @{
10551055
* @"PackageName": @"应用包名",
1056-
* @"ActivityName": @"Activity"
1056+
* @"ActivityName": @"Activity",
1057+
* @"CheckFrontApp": @YES // 用于判断是否应用已经在前台时仍然重新拉起,@YES不重新拉起,@NO会重新拉起。
10571058
* }
10581059
* @param completion 完成回调 (CaiBatchTaskCompletion)
10591060
*/

SDK/TCRSDK.framework/TCRSDK

0 Bytes
Binary file not shown.

TCRSDK.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |spec|
22
spec.name = 'TCRSDK'
3-
spec.version = '3.12.0'
3+
spec.version = '3.12.1'
44
spec.license = { :type => 'MIT' }
55
spec.homepage = 'https://github.com/tencentyun/cloudgame-ios-sdk'
66
spec.summary = 'Tencent Cloud Gaming Software Development Kit for iOS.'

0 commit comments

Comments
 (0)