|
@@ -790,23 +790,17 @@ class bbb
|
|
|
*/
|
|
|
public function getUserMeetingPassword()
|
|
|
{
|
|
|
- if ($this->isConferenceManager()) {
|
|
|
-
|
|
|
- return $this->getModMeetingPassword();
|
|
|
- } else {
|
|
|
-
|
|
|
- if ($this->isGlobalConferencePerUserEnabled()) {
|
|
|
-
|
|
|
- return 'url_'.$this->userId.'_'.api_get_current_access_url_id();
|
|
|
- }
|
|
|
+ if ($this->isGlobalConferencePerUserEnabled()) {
|
|
|
|
|
|
- if ($this->isGlobalConference()) {
|
|
|
+ return 'url_'.$this->userId.'_'.api_get_current_access_url_id();
|
|
|
+ }
|
|
|
|
|
|
- return 'url_'.api_get_current_access_url_id();
|
|
|
- }
|
|
|
+ if ($this->isGlobalConference()) {
|
|
|
|
|
|
- return api_get_course_id();
|
|
|
+ return 'url_'.api_get_current_access_url_id();
|
|
|
}
|
|
|
+
|
|
|
+ return api_get_course_id();
|
|
|
}
|
|
|
|
|
|
/**
|