Last active
September 2, 2021 05:20
-
-
Save hieptl/1426a55bb3920cf5e6118fa03e1da863 to your computer and use it in GitHub Desktop.
Index.js - Lauching CometChat Widget - Javascript Chat App
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
... | |
CometChatWidget.launch({ | |
"widgetID": `${config.CometChatWidgetId}`, | |
"target": "#cometchat", | |
"roundedCorners": "false", | |
"height": "100%", | |
"width": "100%", | |
"defaultID": `${user.uid}`, //default UID (user) or GUID (group) to show, | |
"defaultType": 'user' //user or group | |
}); | |
... |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment