mirror of
https://github.com/DanielnetoDotCom/YouPHPTube
synced 2025-10-05 02:39:46 +02:00
adding few options
This commit is contained in:
parent
1d6c678e0b
commit
2402b55cb5
2 changed files with 6 additions and 4 deletions
|
@ -463,7 +463,7 @@ Passcode: {password}
|
|||
'fodeviceselection', 'hangup', 'profile', 'chat',
|
||||
'livestreaming', 'etherpad', 'settings', 'raisehand',
|
||||
'videoquality', 'filmstrip', 'feedback', 'stats', 'shortcuts',
|
||||
'tileview', 'download', 'help', 'mute-everyone'
|
||||
'tileview', 'download', 'help', 'mute-everyone', 'videobackgroundblur'
|
||||
];
|
||||
} else {
|
||||
return [
|
||||
|
@ -471,7 +471,7 @@ Passcode: {password}
|
|||
'fodeviceselection', 'hangup', 'profile', 'chat',
|
||||
'etherpad', 'settings', 'raisehand',
|
||||
'videoquality', 'filmstrip', 'feedback', 'stats', 'shortcuts',
|
||||
'tileview', 'download', 'help', 'mute-everyone'
|
||||
'tileview', 'download', 'help', 'mute-everyone', 'videobackgroundblur'
|
||||
];
|
||||
}
|
||||
} else {
|
||||
|
@ -479,7 +479,7 @@ Passcode: {password}
|
|||
'microphone', 'camera', 'closedcaptions', 'desktop', 'fullscreen',
|
||||
'fodeviceselection', 'hangup', 'profile', 'chat', 'etherpad', 'settings', 'raisehand',
|
||||
'videoquality', 'filmstrip', 'feedback', 'stats', 'shortcuts',
|
||||
'tileview', 'download', 'help', 'mute-everyone'
|
||||
'tileview', 'download', 'help', 'mute-everyone', 'videobackgroundblur'
|
||||
];
|
||||
}
|
||||
}
|
||||
|
|
|
@ -122,7 +122,9 @@ if (empty($meet_schedule_id)) {
|
|||
ConfigOverwrite: {
|
||||
disableDeepLinking: true,
|
||||
disableInviteFunctions: true,
|
||||
openBridgeChannel: 'websocket'
|
||||
openBridgeChannel: 'websocket',
|
||||
liveStreamingEnabled: true,
|
||||
fileRecordingsEnabled: false
|
||||
},
|
||||
interfaceConfigOverwrite: {
|
||||
TOOLBAR_BUTTONS: TOOLBAR_BUTTONS,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue