File tree Expand file tree Collapse file tree 5 files changed +17
-2
lines changed
Expand file tree Collapse file tree 5 files changed +17
-2
lines changed Original file line number Diff line number Diff line change 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)
37Features
48- Optimize mic permission, request on-demand instead of during setup.
Original file line number Diff line number Diff line change 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)
48Features
59- 优化麦克风权限请求时机,按需请求,而不是在连接建立后立即请求。
Original file line number Diff line number Diff line change 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.
Original file line number Diff line number Diff line change 11Pod ::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.'
You can’t perform that action at this time.
0 commit comments