Hi community,
I have a self hosted server… I have found this odd glitch… If i comment in config.js all the ToolButton area where all the buttons are like this
/*toolbarButtons: [
‘microphone’, ‘camera’, ‘closedcaptions’, ‘desktop’, ‘embedmeeting’, ‘fullscreen’,
‘fodeviceselection’, ‘hangup’, ‘profile’, ‘chat’, ‘recording’,
‘livestreaming’, ‘etherpad’, ‘sharedvideo’, ‘shareaudio’, ‘settings’, ‘raisehand’,
‘videoquality’, ‘filmstrip’, ‘invite’, ‘feedback’, ‘stats’, ‘shortcuts’,
‘tileview’, ‘select-background’,‘download’, ‘help’, ‘mute-everyone’, ‘mute-video-everyone’ , ‘security’
],
*/
the TOGGLE CAMERA button in IOS browser (i tested safari and opera) appears without problem in the More options area… but if i use the toolButtons to for example just disappear the recording like this
toolbarButtons: [
‘microphone’, ‘camera’, ‘closedcaptions’, ‘desktop’, ‘embedmeeting’, ‘fullscreen’,
‘fodeviceselection’, ‘hangup’, ‘profile’, ‘chat’, /‘recording’,*/
‘livestreaming’, ‘etherpad’, ‘sharedvideo’, ‘shareaudio’, ‘settings’, ‘raisehand’,
‘videoquality’, ‘filmstrip’, ‘invite’, ‘feedback’, ‘stats’, ‘shortcuts’,
‘tileview’, ‘select-background’,‘download’, ‘help’, ‘mute-everyone’, ‘mute-video-everyone’ , ‘security’
],
TOGGLE CAMERA button does not appear.
Does anyone has experienced this?
Is there a label or button name am i missing?
Thanks in advance