diff --git a/src/JanusClient.php b/src/JanusClient.php index 0a0486a..2912baa 100644 --- a/src/JanusClient.php +++ b/src/JanusClient.php @@ -20,7 +20,7 @@ final class JanusClient /** GET /janus/info — returns server info or null. */ public function info(): ?array { - return $this->get(''); + return $this->get('/info'); } /** Create a new Janus session. Returns session_id or null. */