Skip to content

Instantly share code, notes, and snippets.

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/e5f6cc6d0c40ac86ff11d85d12ce6f29 to your computer and use it in GitHub Desktop.
Save sendbird-community/e5f6cc6d0c40ac86ff11d85d12ce6f29 to your computer and use it in GitHub Desktop.
room.on('invitationAccepted', (invitation) => {
// Invitation was accepted by `invitation.invitee`
});
room.on('invitationDeclined', (invitation) => {
// Invitation was declined by `invitation.invitee`
console.log(`invitation is declined`);
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment