|
|
|
|
@ -494,7 +494,7 @@ class BigBlueButtonBN |
|
|
|
|
'messageKey' => $xml->messageKey->__toString(), |
|
|
|
|
'message' => $xml->message->__toString() |
|
|
|
|
); |
|
|
|
|
$formats = array(); |
|
|
|
|
$formats = []; |
|
|
|
|
|
|
|
|
|
foreach ($xml->recordings->recording as $r) { |
|
|
|
|
foreach ($r->playback->format as $format) { |
|
|
|
|
@ -565,7 +565,7 @@ class BigBlueButtonBN |
|
|
|
|
); |
|
|
|
|
$result['records'] = []; |
|
|
|
|
if (!empty($xml->recordings->recording)) { |
|
|
|
|
$formats = array(); |
|
|
|
|
$formats = []; |
|
|
|
|
|
|
|
|
|
foreach ($xml->recordings->recording as $r) { |
|
|
|
|
foreach ($r->playback->format as $format) { |
|
|
|
|
|