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 4a6a241 commit 44c0c05
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions plugin/Meet/Meet.php
Original file line number Diff line number Diff line change
Expand Up @@ -513,7 +513,8 @@ public static function getButtons($meet_schedule_id)
'fodeviceselection', 'hangup', 'profile', 'chat',
'livestreaming', 'etherpad', 'settings', 'raisehand',
'videoquality', 'filmstrip', 'feedback', 'stats', 'shortcuts',
'tileview', 'download', 'help', 'mute-everyone', 'videobackgroundblur','select-background','whiteboard',
'tileview', 'download', 'help', 'mute-everyone', 'mute-video-everyone', 'videobackgroundblur','select-background','whiteboard',
'noisesuppression','participants-pane','reactions','toggle-camera',
'invite', 'security', 'isCustomJitsi'
];
} else {
Expand All @@ -522,7 +523,8 @@ public static function getButtons($meet_schedule_id)
'fodeviceselection', 'hangup', 'profile', 'chat',
'etherpad', 'settings', 'raisehand',
'videoquality', 'filmstrip', 'feedback', 'stats', 'shortcuts',
'tileview', 'download', 'help', 'mute-everyone', 'videobackgroundblur','select-background','whiteboard',
'tileview', 'download', 'help', 'mute-everyone', 'mute-video-everyone','videobackgroundblur','select-background','whiteboard',
'noisesuppression','participants-pane','reactions','toggle-camera',
'invite', 'security', 'isNOTCustomJitsi'
];
}
Expand All @@ -531,7 +533,8 @@ public static function getButtons($meet_schedule_id)
'microphone', 'camera', 'closedcaptions', 'desktop', 'fullscreen',
'fodeviceselection', 'hangup', 'profile', 'chat', 'etherpad', 'settings', 'raisehand',
'videoquality', 'filmstrip', 'feedback', 'stats', 'shortcuts',
'tileview', 'download', 'help', 'mute-everyone', 'videobackgroundblur','select-background',
'tileview', 'download', 'help', 'mute-everyone', 'mute-video-everyone', 'videobackgroundblur','select-background',
'noisesuppression','toggle-camera',
];
}

Expand Down

0 comments on commit 44c0c05

Please sign in to comment.