Browse Platform API
Platform APIEnterprise

Send a meeting chat message

Copy

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_chat

Request body

ParameterRequiredTypeDescription
roomIDYesstringMeeting or call room ID.
srcUserIDYesstringSender user ID.
typeYesintMeeting-chat business content type.
payloadYesstringMessage payload.
dstUserIDsYesstring[]Target users; an empty array broadcasts to the room.
nicknameYesstringSender display name.
faceURLYesstringSender avatar URL.

Response

data.message contains the created MeetingChatMessage, including its Seq.

Permissions and limits

  • Available only in OpenIM Enterprise.