Browse Platform API
Platform APIEnterprise

Clean previous meeting state

Copy

Clear stale meeting connection state retained before a user starts a new login session.

HTTP request

POST {API_ADDRESS}/rtc-meeting/clean_previous_meetings

Request body

ParameterRequiredTypeDescription
userIDYesstringUser whose stale state is cleared.
reasonCodeYesintBusiness reason code.
reasonYesstringHuman-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.