From d4070a02541cdd4dc4c35e82ba7a726e7fbba252 Mon Sep 17 00:00:00 2001 From: Daniel Neto Date: Tue, 22 Oct 2024 17:00:00 -0300 Subject: [PATCH] Update --- plugin/Meet/Meet.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/plugin/Meet/Meet.php b/plugin/Meet/Meet.php index 2874e457dae5..a4c25134bf33 100644 --- a/plugin/Meet/Meet.php +++ b/plugin/Meet/Meet.php @@ -514,7 +514,6 @@ 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' ]; } else { $return = [ @@ -523,7 +522,6 @@ 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' ]; } } else {