In-App Chat SDK JavaScript Version 2.10.6 Release
Hi there, Good news! We have made some improvements in chat SDK JavaScript. Below is the list of changes:
- add
room_type
params forqiscus.loadRoomList
method, the valid value is:single
,group
, or undefined.
for example:
qiscus.loadRoomList({ room_type: 'single' })
qiscus.loadRoomList({ room_type: 'group' })
qiscus.loadRoomList()
default to return all chat room type
For further information, feedback, or questions about the changes above, please feel free to drop us some feedback at https://support.qiscus.com/.
Best regards,
SDK Product Team