Skip to content

Instantly share code, notes, and snippets.

@sendbird-community
Created May 8, 2023 04:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sendbird-community/b5d3aae3a2a826f5a79866f020f1961a to your computer and use it in GitHub Desktop.
Save sendbird-community/b5d3aae3a2a826f5a79866f020f1961a to your computer and use it in GitHub Desktop.
try {
const invitation = await globalRoom.sendInvitation(inviteeId);
// Invitation has been successfully sent to the invitee.
} catch (e) {
// error happened.
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment