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