Platform APIEnterprise
Clean previous meeting state
Clear stale meeting connection state retained before a user starts a new login session.
HTTP request
POST {API_ADDRESS}/rtc-meeting/clean_previous_meetingsRequest body
| Parameter | Required | Type | Description |
|---|---|---|---|
| userID | Yes | string | User whose stale state is cleared. |
| reasonCode | Yes | int | Business reason code. |
| reason | Yes | string | Human-readable cleanup reason. |
Response
errCode: 0 means stale meeting state was cleared.
Permissions and limits
- Available only in OpenIM Enterprise.
- Use this for stale connection recovery, not as a general meeting-history deletion API.
Was this page helpful?