Browse Source

Allow student to see recording see BT#16008

Julio Montoya 5 năm trước cách đây
mục cha
commit
a41b1aa476
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 2 2
      plugin/bbb/lib/bbb.lib.php

+ 2 - 2
plugin/bbb/lib/bbb.lib.php

@@ -802,9 +802,9 @@ class bbb
                             $this->updateMeetingVideoUrl($meetingDB['id'], $record['playbackFormatUrl']);
                         }
 
-                        if (!$this->isConferenceManager()) {
+                        /*if (!$this->isConferenceManager()) {
                             $record = [];
-                        }
+                        }*/
                     }
                 }