Platform APIEnterprise
Pull meeting chat messages
Incrementally pull meeting chat messages using the meeting creation time and the last received Seq.
HTTP request
POST {API_ADDRESS}/rtc-meeting/pull_meeting_chatRequest body
| Parameter | Required | Type | Description |
|---|---|---|---|
| meetingID | Yes | string | Meeting ID. |
| createTime | Yes | int | Meeting/chat creation time in Unix milliseconds. |
| currentSeq | Yes | int | Last meeting-chat Seq already received. |
| srcUserID | Yes | string | User performing the pull. |
Response
data.createTime is the returned stream's creation marker. data.messages contains ordered MeetingChatMessage records.
Permissions and limits
- Available only in OpenIM Enterprise.
- Persist the highest processed Seq and keep creation time paired with the same meeting.
Was this page helpful?