fix(google-meet): grant browser media permissions

This commit is contained in:
Peter Steinberger
2026-04-27 14:53:33 +01:00
parent 713cc74bff
commit 1f7b7c249a
10 changed files with 404 additions and 23 deletions

View File

@@ -21,6 +21,7 @@ For local integrations only, the Gateway exposes a small loopback HTTP API:
- Actions: `POST /navigate`, `POST /act`
- Hooks: `POST /hooks/file-chooser`, `POST /hooks/dialog`
- Downloads: `POST /download`, `POST /wait/download`
- Permissions: `POST /permissions/grant`
- Debugging: `GET /console`, `POST /pdf`
- Debugging: `GET /errors`, `GET /requests`, `POST /trace/start`, `POST /trace/stop`, `POST /highlight`
- Network: `POST /response/body`