| Setting | Description | Options |
|---|
| Relay URL | The MoQT relay endpoint | Any https:// or moqt:// URL |
| Draft version | MoQT draft to negotiate | draft-14 (default) |
| TLS mode | Certificate verification | System trust, Accept any, Custom CA |
| Custom CA path | PEM file for private CAs | File path |
| Setting | Description | Default |
|---|
| Theme | Light or dark mode | System preference |
| Event batch rate | Max UI updates per second | 60 Hz |
| Payload preview size | Max bytes shown in object preview | 1024 |
moqtap stores session events in IndexedDB for persistence across restarts. Raw bytes are kept in a bounded Rust ring buffer (last 100k events).
| Data | Location |
|---|
| Session events | IndexedDB (browser storage) |
| Raw bytes buffer | Rust memory (runtime only) |
| Exported traces | User-selected file path |
| Proxy CA keypair | ~/.moqtap/ca/ (v0.2+) |