|
|
|
@ -548,7 +548,7 @@ class bbb |
|
|
|
); |
|
|
|
); |
|
|
|
$meetingIsRunningInfo = $this->getMeetingInfo($params); |
|
|
|
$meetingIsRunningInfo = $this->getMeetingInfo($params); |
|
|
|
if ($this->debug) { |
|
|
|
if ($this->debug) { |
|
|
|
error_log('Searching meetingId with params:') |
|
|
|
error_log('Searching meetingId with params:'); |
|
|
|
error_log(print_r($params, 1)); |
|
|
|
error_log(print_r($params, 1)); |
|
|
|
error_log('Result:'); |
|
|
|
error_log('Result:'); |
|
|
|
error_log(print_r($meetingIsRunningInfo, 1)); |
|
|
|
error_log(print_r($meetingIsRunningInfo, 1)); |
|
|
|
|