Room List
Get Updated Room List
tapCoreRoomListManager.getUpdatedRoomList({
onSuccess: (roomLists) => {
// do action here
},
})
Get Room List by XC User ID
tapCoreRoomListManager.getRoomByXcID(xcRoomID, {
onSuccess: (response) => {
// do action here
},
onError: (errorCode, errorMessage) => {
// do action here
}
})Get Personal Chat Room with User Model
Get User by ID
Remove Chat Room by Room ID
Get Muted Room
Set Muted Room
Unset Muted Room
Get Pinned Room
Set Pin Room
Unset Pinned Room
Last updated