(frontend) add connection test feature

Introduce a new connection test page to allow users to verify
their device and network compatibility with the application.
The feature also supports generating and downloading a detailed report
of the test results.
This commit is contained in:
Arnaud Robin
2026-07-24 23:44:38 +02:00
committed by aleb_the_flash
parent b01a47bfd7
commit d756825fd7
26 changed files with 1411 additions and 0 deletions
+1
View File
@@ -17,6 +17,7 @@ and this project adheres to
- ✨(backend) add roomkit viewset to start a room without WebRTC join
- ✨(frontend) let users set default configuration for generated links
- ✨(frontend) expose media state to external gateways
- ✨(frontend) add connection test feature
### Changed