docs: restructure bootstrap, add module references, and normalize docs

This commit is contained in:
Scott Idem
2026-06-12 16:48:35 -04:00
parent e05602b87b
commit a227c6aaa7
11 changed files with 511 additions and 237 deletions

View File

@@ -0,0 +1,34 @@
# Aether IDAA — Video Conferences Module
**Status:** Active (private)
**Routes:** `src/routes/idaa/(idaa)/video_conferences/`
Video Conferences provides IDAAs Jitsi meeting access experience within the IDAA private module.
---
## Core Responsibilities
- Render conference links and meeting access UX.
- Support breakout links from Novi iframe context.
- Preserve required URL bootstrap parameters when generating breakout URLs.
---
## Breakout Link Requirement
When opening outside the iframe, ensure required keys (for example site key and Novi identity UUID) remain in the URL so users do not hit access denial flows.
---
## Security Requirements
- Module is private/authenticated.
- Avoid exposing conference route details publicly.
---
## Related Docs
- `documentation/CLIENT__IDAA_and_customized_mods.md`
- `documentation/AE__Permissions_and_Security.md`