mirror of
git://f0xx.org/ac/ac-ms-sfu-signaling
synced 2026-07-29 03:37:46 +03:00
sfu: fix JanusClient info() endpoint URL (/info not /)
Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -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. */
|
||||
|
||||
Reference in New Issue
Block a user