Browse Platform API
Platform APIEnterprise

Pull meeting chat messages

Copy

Incrementally pull meeting chat messages using the meeting creation time and the last received Seq.

HTTP request

POST {API_ADDRESS}/rtc-meeting/pull_meeting_chat

Request body

ParameterRequiredTypeDescription
meetingIDYesstringMeeting ID.
createTimeYesintMeeting/chat creation time in Unix milliseconds.
currentSeqYesintLast meeting-chat Seq already received.
srcUserIDYesstringUser 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.