I have config setup for backend whiteboard running already, but jitsi doesn’t show whiteboard in toolbar, please have a look config as below:
toolbarButtons: [
'whiteboard',
],
and config
var config = {
whiteboard: {
enabled: true,
collabServerBaseUrl: 'https://whiteboard.ezpztalk.com',
},
// Allow all above example options to include a trailing comma and
// prevent fear when commenting out the last value.
makeJsonParserHappy: 'even if last key had a trailing comma'
// no configuration value should follow this line.
};
I don’t know what else I’m missing