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/6795eb8652dbb15af4a62f94b1131b5c to your computer and use it in GitHub Desktop.
Save sendbird-community/6795eb8652dbb15af4a62f94b1131b5c to your computer and use it in GitHub Desktop.
SendBirdCall.addListener('LISTENER_ID', {
onInvitationReceived: (invitation) => {
// Accept an invitation.
invitation.accept();
// Decline an invitation.
invitation.decline();
}
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment