Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Neto committed Oct 23, 2024
1 parent 3ed8924 commit 02853f7
Showing 1 changed file with 1 addition and 25 deletions.
26 changes: 1 addition & 25 deletions plugin/Meet/Meet.php
Original file line number Diff line number Diff line change
Expand Up @@ -496,30 +496,6 @@ public static function isModerator($meet_schedule_id)

public static function getButtons($meet_schedule_id)
{
return [
'camera',
'chat',
'closedcaptions',
'desktop',
'download',
'embedmeeting',
'etherpad',
'feedback',
'filmstrip',
'fullscreen',
'hangup',
'help',
'highlight',
'invite',
'linktosalesforce',
'livestreaming',
'microphone',
'mute-everyone',
'mute-video-everyone',
'participants-pane',
'profile',
'raisehand',
];
/*
return [
'microphone', 'camera', 'closedcaptions', 'desktop', 'embedmeeting', 'fullscreen',
Expand All @@ -535,7 +511,7 @@ public static function getButtons($meet_schedule_id)
$return = [
'microphone', 'camera', 'closedcaptions', 'desktop', 'fullscreen',
'fodeviceselection', 'hangup', 'profile', 'chat',
'livestreaming', 'etherpad', 'settings', 'raisehand',
'livestreaming', 'recording','etherpad', 'settings', 'raisehand',
'videoquality', 'filmstrip', 'feedback', 'stats', 'shortcuts',
'tileview', 'download', 'help', 'mute-everyone', 'mute-video-everyone', 'videobackgroundblur','select-background','whiteboard',
'noisesuppression','participants-pane','reactions','toggle-camera',
Expand Down

0 comments on commit 02853f7

Please sign in to comment.