'Failed to decode the JSON reply from the service.']; } return $decodedData; } // get JVB data function getJVBStatus() { $status = trim(shell_exec('systemctl is-active jitsi-videobridge')); return ($status === 'active') ? 'running' : 'not running'; } ?>