Ver código fonte

Allow student to see recording see BT#16008

Julio Montoya 5 anos atrás
pai
commit
a41b1aa476
1 arquivos alterados com 2 adições e 2 exclusões
  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 = [];
-                        }
+                        }*/
                     }
                 }