'8cb2237d0679ca88db6464eac60da96345513964-1333379469215', 'publish' => 'true', // REQUIRED - To publish or not to publish. ); // Now do it: $itsAllGood = true; try {$result = $bbb->publishRecordingsWithXmlResponseArray($recordingParams);} catch (Exception $e) { echo 'Caught exception: ', $e->getMessage(), "\n"; $itsAllGood = false; } if ($itsAllGood == true) { //Output results to see what we're getting: print_r($result); } ?>