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 b20502e commit f09df46
Showing 1 changed file with 35 additions and 3 deletions.
38 changes: 35 additions & 3 deletions plugin/Meet/Meet.php
Original file line number Diff line number Diff line change
Expand Up @@ -497,9 +497,41 @@ public static function isModerator($meet_schedule_id)
public static function getButtons($meet_schedule_id)
{
return [
'microphone', 'camera', 'closedcaptions', 'desktop', 'fullscreen',
'fodeviceselection', 'hangup', 'profile', 'chat',
'livestreaming', 'etherpad', 'settings', 'raisehand',
'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',
'recording',
'security',
'select-background',
'settings',
'shareaudio',
'noisesuppression',
'sharedvideo',
'shortcuts',
'stats',
'tileview',
'toggle-camera',
'videoquality',
'whiteboard'
];
/*
return [
Expand Down

0 comments on commit f09df46

Please sign in to comment.