Minor - Plugins: Zoom - comment Zoom host_email BT#17288

BT#17288
pull/3439/head
Julio Montoya 5 years ago
parent 9c0833d5f9
commit 4571290312
  1. 2
      plugin/zoom/lib/ZoomPlugin.php

@ -1229,7 +1229,7 @@ class ZoomPlugin extends Plugin
$recording = 'true' === $this->get('enableCloudRecording') ? 'cloud' : 'local';
$meeting->getMeetingInfoGet()->settings->auto_recording = $recording;
$meeting->getMeetingInfoGet()->settings->registrants_email_notification = false;
$meeting->getMeetingInfoGet()->settings->alternative_hosts = $currentUser->getEmail();
//$meeting->getMeetingInfoGet()->settings->alternative_hosts = $currentUser->getEmail();
// Send create to Zoom.
$meeting->setMeetingInfoGet($meeting->getMeetingInfoGet()->create());

Loading…
Cancel
Save