Skip to content

Instantly share code, notes, and snippets.

@hieptl
Last active September 2, 2021 05:20
Show Gist options
  • Save hieptl/1426a55bb3920cf5e6118fa03e1da863 to your computer and use it in GitHub Desktop.
Save hieptl/1426a55bb3920cf5e6118fa03e1da863 to your computer and use it in GitHub Desktop.
Index.js - Lauching CometChat Widget - Javascript Chat App
...
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