diff --git a/plugin/zoom/lib/ZoomPlugin.php b/plugin/zoom/lib/ZoomPlugin.php index 68b1fb1722..8d7f6a37a5 100644 --- a/plugin/zoom/lib/ZoomPlugin.php +++ b/plugin/zoom/lib/ZoomPlugin.php @@ -1223,7 +1223,7 @@ class ZoomPlugin extends Plugin private function startInstantMeeting($topic, $user = null, $course = null, $group = null, $session = null) { $meetingInfoGet = MeetingInfoGet::fromTopicAndType($topic, MeetingInfoGet::TYPE_INSTANT); - $meetingInfoGet->settings->approval_type = MeetingSettings::APPROVAL_TYPE_AUTOMATICALLY_APPROVE; + //$meetingInfoGet->settings->approval_type = MeetingSettings::APPROVAL_TYPE_AUTOMATICALLY_APPROVE; $meeting = $this->createMeetingFromMeeting( (new Meeting()) ->setMeetingInfoGet($meetingInfoGet)