Skip to content

Instantly share code, notes, and snippets.

@enricop89
Created October 31, 2018 16:25
Show Gist options
  • Save enricop89/0738208e0f782d0b154257bf30b32d47 to your computer and use it in GitHub Desktop.
Save enricop89/0738208e0f782d0b154257bf30b32d47 to your computer and use it in GitHub Desktop.
Bandyer widget create with Screen Sharing Extension
const Client = BandyerChat.create({
userAlias: 'usr_123456',
appId: 'wAppId_fake123456',
environment: 'sandbox',
screenSharingExtensionId: 'id of your screen sharing extension'
});
BandyerChat.setExtensionUrl('https://chrome.google.com/webstore/detail/your-extension/your-extension-id')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment