Skip to content

Commit 4213395

Browse files
author
jeffgaogao
committed
docs(TcgSdk): release 3.7.1
1 parent c23af96 commit 4213395

File tree

5 files changed

+17
-2
lines changed

5 files changed

+17
-2
lines changed

Doc/Release_Notes_EN-US.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
[中文文档](历史版本.md)
2+
### Version 3.7.1 (2025-8.5)
3+
Bug Fixes
4+
- Fix and optimize some known issues
5+
26
### Version 3.7.0 (2025-8.1)
37
Features
48
- Optimize mic permission, request on-demand instead of during setup.

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.7.1 (2025-8.5)
4+
Bug Fixes
5+
- 修复和优化一些已知问题
6+
37
### Version 3.7.0 (2025-8.1)
48
Features
59
- 优化麦克风权限请求时机,按需请求,而不是在连接建立后立即请求。

SDK/TCRSDK.framework/Headers/TcrSession.h

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,10 +111,17 @@
111111
/**
112112
* Set the rendering view for this session, and thus the SDK will render the streaming content to the view.
113113
*
114-
* @param renderView The rendering view to be set. This can be null to remove any existing renderView.
114+
* @param renderView The rendering view to be set.
115115
*/
116116
- (void)setRenderView:(TcrRenderView *_Nullable)renderView;
117117

118+
/**
119+
* Remove the rendering view for this session.
120+
*
121+
* @param renderView The rendering view to be removed.
122+
*/
123+
- (void)removeRenderView:(TcrRenderView *_Nullable)renderView;
124+
118125
/**
119126
* Sets a video sink for this session. After that, the SDK will callback the decoded video frame data to the
120127
* videoSink.

SDK/TCRSDK.framework/TCRSDK

1.38 KB
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.7.0'
3+
spec.version = '3.7.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)