Skip to main content

In-App Chat SDK JavaScript Version 3.1.0 Release

  • Updated

Hi there, Good news! We have made some improvements in chat SDK JavaScript. Below is the list of changes:

  • add clientId on MQTT connection
  • add migration guide from 2.9. version to 3.1.0 version
  • add searchMessage() method
type Params = {
  query: string
  roomIds: number[]
  userId?: string
  type?: string
  roomType?: string
  page?: number
  limit?: number
  callback?: (messages?: model.IQMessage[], error?: Error) => void
}

function searchMessage ({ query, roomIds = [], userId, type, roomType, page, limit, callback }: Params): void | Promise<model.IQMessage[]>
  •  add getFileList() method

Was this article helpful?

Comments

0 comments

Please sign in to leave a comment.