Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Neto committed Oct 22, 2024
1 parent d4070a0 commit 4a6a241
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions plugin/Meet/Meet.php
Original file line number Diff line number Diff line change
Expand Up @@ -514,6 +514,7 @@ public static function getButtons($meet_schedule_id)
'livestreaming', 'etherpad', 'settings', 'raisehand',
'videoquality', 'filmstrip', 'feedback', 'stats', 'shortcuts',
'tileview', 'download', 'help', 'mute-everyone', 'videobackgroundblur','select-background','whiteboard',
'invite', 'security', 'isCustomJitsi'
];
} else {
$return = [
Expand All @@ -522,6 +523,7 @@ public static function getButtons($meet_schedule_id)
'etherpad', 'settings', 'raisehand',
'videoquality', 'filmstrip', 'feedback', 'stats', 'shortcuts',
'tileview', 'download', 'help', 'mute-everyone', 'videobackgroundblur','select-background','whiteboard',
'invite', 'security', 'isNOTCustomJitsi'
];
}
} else {
Expand Down

0 comments on commit 4a6a241

Please sign in to comment.