isMeetingRunningWithXmlResponseArray($meetingId);} 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); } ?>