Skip to content

Instantly share code, notes, and snippets.

@enricop89
Created February 22, 2019 11:00
Show Gist options
  • Save enricop89/8b45e13bb54dbc53a22c23e9cdfc42f4 to your computer and use it in GitHub Desktop.
Save enricop89/8b45e13bb54dbc53a22c23e9cdfc42f4 to your computer and use it in GitHub Desktop.
Example for custom layout
BandyerChat.create({
userAlias: 'usr_123456',
appId: 'wAppId_fake123456',
environment: 'sandbox',
layout: {
body: {background: '#fff', color: '#000'},
dial:{background: '#fff', color: '#000'},
call: {background: '#C1C6C8', color: '#000'},
messageSent: {background: '#002453', color: '#fff'},
messageReceived: {background: '#C1C6C8', color: '#000'},
launcher: {background: '#e4002b'},
header: {background: 'linear-gradient(to top,#f30056,#e4002b)', color: '#fff'},
headerButton: {background: '#002453', color: '#fff'},
}
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment