1
0
Fork 0
mirror of https://github.com/DanielnetoDotCom/YouPHPTube synced 2025-10-05 02:39:46 +02:00

adding few options

This commit is contained in:
Daniel 2021-11-30 15:14:30 -03:00
parent 1d6c678e0b
commit 2402b55cb5
2 changed files with 6 additions and 4 deletions

View file

@ -463,7 +463,7 @@ Passcode: {password}
'fodeviceselection', 'hangup', 'profile', 'chat', 'fodeviceselection', 'hangup', 'profile', 'chat',
'livestreaming', 'etherpad', 'settings', 'raisehand', 'livestreaming', 'etherpad', 'settings', 'raisehand',
'videoquality', 'filmstrip', 'feedback', 'stats', 'shortcuts', 'videoquality', 'filmstrip', 'feedback', 'stats', 'shortcuts',
'tileview', 'download', 'help', 'mute-everyone' 'tileview', 'download', 'help', 'mute-everyone', 'videobackgroundblur'
]; ];
} else { } else {
return [ return [
@ -471,7 +471,7 @@ Passcode: {password}
'fodeviceselection', 'hangup', 'profile', 'chat', 'fodeviceselection', 'hangup', 'profile', 'chat',
'etherpad', 'settings', 'raisehand', 'etherpad', 'settings', 'raisehand',
'videoquality', 'filmstrip', 'feedback', 'stats', 'shortcuts', 'videoquality', 'filmstrip', 'feedback', 'stats', 'shortcuts',
'tileview', 'download', 'help', 'mute-everyone' 'tileview', 'download', 'help', 'mute-everyone', 'videobackgroundblur'
]; ];
} }
} else { } else {
@ -479,7 +479,7 @@ Passcode: {password}
'microphone', 'camera', 'closedcaptions', 'desktop', 'fullscreen', 'microphone', 'camera', 'closedcaptions', 'desktop', 'fullscreen',
'fodeviceselection', 'hangup', 'profile', 'chat', 'etherpad', 'settings', 'raisehand', 'fodeviceselection', 'hangup', 'profile', 'chat', 'etherpad', 'settings', 'raisehand',
'videoquality', 'filmstrip', 'feedback', 'stats', 'shortcuts', 'videoquality', 'filmstrip', 'feedback', 'stats', 'shortcuts',
'tileview', 'download', 'help', 'mute-everyone' 'tileview', 'download', 'help', 'mute-everyone', 'videobackgroundblur'
]; ];
} }
} }

View file

@ -122,7 +122,9 @@ if (empty($meet_schedule_id)) {
ConfigOverwrite: { ConfigOverwrite: {
disableDeepLinking: true, disableDeepLinking: true,
disableInviteFunctions: true, disableInviteFunctions: true,
openBridgeChannel: 'websocket' openBridgeChannel: 'websocket',
liveStreamingEnabled: true,
fileRecordingsEnabled: false
}, },
interfaceConfigOverwrite: { interfaceConfigOverwrite: {
TOOLBAR_BUTTONS: TOOLBAR_BUTTONS, TOOLBAR_BUTTONS: TOOLBAR_BUTTONS,