Skip to content

Instantly share code, notes, and snippets.

@hieptl
Created December 3, 2021 05:00
Show Gist options
  • Select an option

  • Save hieptl/dffb316dae614d2118f04ef8c3d32cb6 to your computer and use it in GitHub Desktop.

Select an option

Save hieptl/dffb316dae614d2118f04ef8c3d32cb6 to your computer and use it in GitHub Desktop.
join.js - client - join the cometchat group - Zoom Clone
const joinCometChatGroup = async ({ guid }) => {
var password = "";
var groupType = cometChat.GROUP_TYPE.PUBLIC;
await cometChat.joinGroup(guid, groupType, password);
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment