Skip to content

Instantly share code, notes, and snippets.

@sendbird-community
Created May 8, 2023 04:32
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/18aff377cd7c52922e9cccbe46793b9b to your computer and use it in GitHub Desktop.
Save sendbird-community/18aff377cd7c52922e9cccbe46793b9b to your computer and use it in GitHub Desktop.
SendBirdCall.addListener('LISTENER_ID', {
onInvitationReceived: (invitation) => {
// Received an invitation from `invitation.inviter`.
}
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment