Files
meet/src/backend
Arnaud Robin 0b53a26406 (backend) add connection-test API
Currently users have no way to reliably test their connection before
joining a room. We then want to create a connection test page
to adress this issue.

The testing will require a dedicated LiveKit token without going
through the room API, which is tied to registered meetings, lobby rules,
and longer-lived access tokens.

We introduce a new API endpoint GET /api/v1.0/connection-test/
to issue a dedicated token for diagnostics, even for anonymous users.
Each request creates a new room so users never share
the same LiveKit room during tests. Tokens are short-lived
(default 10 minutes) to limit reuse,
and the endpoint is throttled to prevent abuse.
2026-07-30 16:18:56 +02:00
..
2026-07-30 16:18:56 +02:00
2024-07-31 13:12:30 +02:00
2026-07-06 20:53:29 +02:00
2026-07-30 16:18:56 +02:00
2024-11-04 14:17:31 +01:00
2024-07-01 19:46:55 +02:00
2026-07-21 18:01:20 +02:00
2026-07-21 18:01:20 +02:00