Skip to content

Instantly share code, notes, and snippets.

@enricop89
Created February 28, 2019 08:44
Show Gist options
  • Save enricop89/43d454bcbbe3ce0a112a88e0e1bf6f2a to your computer and use it in GitHub Desktop.
Save enricop89/43d454bcbbe3ce0a112a88e0e1bf6f2a to your computer and use it in GitHub Desktop.
Example getChat
BandyerChat.create({
userAlias: 'usr_123456',
appId: 'wAppId_fake123456',
environment: 'sandbox',
hidden: false,
screenSharingExtensionId: 'id of your screen sharing extension'
}).then(()=> {
// Widget loaded
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment