Skip to content

Instantly share code, notes, and snippets.

@enricop89
Created February 19, 2019 08:35
Show Gist options
  • Save enricop89/8a371955f94be314f62118977f8ad423 to your computer and use it in GitHub Desktop.
Save enricop89/8a371955f94be314f62118977f8ad423 to your computer and use it in GitHub Desktop.
Create Widget - Mode Window
const Client = BandyerChat.create({
userAlias: 'usr_123456',
appId: 'wAppId_fake123456',
environment: 'sandbox',
screenSharingExtensionId: 'id of your screen sharing extension',
mode: 'window'
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment