Platform APIEnterprise
Send a meeting chat message
Send a meeting-room chat message to all participants or selected users. Meeting chat uses its own message model and is separate from the standard OpenIM message APIs.
HTTP request
POST {API_ADDRESS}/rtc-meeting/send_meeting_chatRequest body
| Parameter | Required | Type | Description |
|---|---|---|---|
| roomID | Yes | string | Meeting or call room ID. |
| srcUserID | Yes | string | Sender user ID. |
| type | Yes | int | Meeting-chat business content type. |
| payload | Yes | string | Message payload. |
| dstUserIDs | Yes | string[] | Target users; an empty array broadcasts to the room. |
| nickname | Yes | string | Sender display name. |
| faceURL | Yes | string | Sender avatar URL. |
Response
data.message contains the created MeetingChatMessage, including its Seq.
Permissions and limits
- Available only in OpenIM Enterprise.
Was this page helpful?