Skip to content

Instantly share code, notes, and snippets.

@swahaniroy
Created May 26, 2022 15:22
Show Gist options
  • Save swahaniroy/994135e260cd699e97bcadf997081cc3 to your computer and use it in GitHub Desktop.
Save swahaniroy/994135e260cd699e97bcadf997081cc3 to your computer and use it in GitHub Desktop.
The index.js file
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