tencent cloud

Cloud Application Rendering

Release Notes
Product Introduction
Overview
Basic Concepts
Strengths
Use Cases
Purchase Guide
Billing Overview
Billing
Purchase Process
Overdue Payment
Refunds
Auto-Renewal Rules
Getting Started
Basic Technical Concepts
User Guides
Technical Integration
Integration Demo
Console Guide
Application Management
Project Management
Stream Push Service
Concurrency Management
Multiplayer Interaction
Session Status
Practical Tutorial
How to Implement Cloud-Native Recording
How to Implement Application Upload and Version Update via CAR-CLI
How to Implement Concurrency Sharing
How to Implement Mobile Chinese Input
How ‍to ‍Push ‍‍Cloud ‍Video Streams to CSS
How to Implement Multi-Person Interaction
How to Implement Live Room Interaction ‍with On-Screen Comments
Configuring and Using Cloud Browser
SDK Documentation
JavaScript SDK
SDK for Android
SDK for iOS
API Documentation
History
Introduction
API Category
Making API Requests
User APIs
Application Management APIs
Project Management APIs
Concurrency Management APIs
Stream Push Service APIs
Data Types
Error Codes
FAQs
CAR Basics
CAR Integration
Cloud Application
Service Level Agreement
CAR Policy
Privacy Policy
Data Processing And Security Agreement
Contact Us

Disconnect from user

PDF
フォーカスモード
フォントサイズ
最終更新日: 2025-06-12 17:31:43
In Concurrency packs, you can use the Disconnect from user feature to "remove" all users who are currently occupying the concurrency pack. For example, if 20 concurrencies in a concurrency pack is being used, this number will change to zero after the concurrency pack is disconnected from the users.
How do I fix the issue of abnormal concurrency usage?
If you find that a user is occupying a concurrency for a long time in a test, you can use the disconnection feature to remove the user.
During technical integration, the SDK callback can be used to check whether a user is inactive for a long time. You can customize the idleThreshold parameter to set the threshold for user inactivity, so that the DestroySession API can be called to release the concurrency after the callback is received.
Do not use Disconnected and DestroySession at the same time, Just choose one of them. Otherwise, the concurrency cleanup time will be extended.
If the frontend user directly closes the page to close the connection to CAR, as DestroySession is not called, the CAR concurrency will wait 90 seconds for the user to reconnect. We recommend you maintain a heartbeat connection between the business backend and the client to check the user status and close the connection.
For more information, see Concurrency Scheduling.

Directions

1. Go to the CAR console.
2. Click Concurrency management on the left sidebar and select the target concurrency pack.
3. Select Disconnect from user and click Confirm.





ヘルプとサポート

この記事はお役に立ちましたか?

フィードバック