Room
JavaScript Widget Room API
Create public room
Method Name
Description
Parameters
Return Values
window.chatWidgetApi.createPublicRoom
Create a public group chat with the roomName
roomName
roomIDa
Create private room
Method Name
Description
Parameters
Return Values
window.chatWidgetApi.createPrivateRoom
Create a private group chat with the roomName
roomName
roomID
Create DM
Method Name
Description
Parameters
Return Values
window.chatWidgetApi.createDMRoom
Invite user to a private chat
userId
roomId
Join a chat room
Method Name
Description
Parameters
Return Values
window.chatWidgetApi.joinRoom
Join a chat room corresponding to the roomid
roomID
N/A
Invite user to a chat
Method Name
Description
Parameters
Return Values
window.chatWidgetApi.invite
Invite user to a group chat
roomID
userID
N/A
Last updated