Platform APIEnterprise
Revoke a meeting chat message
Revoke a meeting chat message by room ID and Seq.
HTTP request
POST {API_ADDRESS}/rtc-meeting/revoke_meeting_chatRequest body
| Parameter | Required | Type | Description |
|---|---|---|---|
| roomID | Yes | string | Meeting or call room ID. |
| srcUserID | Yes | string | User performing the revocation. |
| seq | Yes | int | Meeting-chat message Seq. |
| ex | Yes | string | Business extension data. |
| sourceMessageSendTime | Yes | int | Original message send time. |
| sourceMessageSendID | Yes | string | Original sender ID. |
| sourceMessageSenderNickname | Yes | string | Original sender display name. |
Response
data.message contains the resulting MeetingChatMessage.
Permissions and limits
- Available only in OpenIM Enterprise.
- Enforce sender, host, or moderator revocation policy in the business backend.
Was this page helpful?