(visio) use compatible with summary v2

This commit introduces the compatibility with summary v2.
It tecnically doesn't break the compatibility with v1 as
v1 params are still sent. But we advise people using the
transcribe feature in their own deployments to adapt to the
new v2 API, as this compatibility will be removed in a
future major version.

* RecordingStatusChoices now has
EXTERNAL_PROCESS_SUCCESSFUL
& EXTERNAL_PROCESS_FAILED
Values, which are changed by a new webhook that
can be called by the transcribe service.
This webhook is protected by its own bearer token.
* Title for the document is computed in visio,
* Tests are added / updated accordingly
This commit is contained in:
Florent Chehab
2026-05-28 21:45:37 +02:00
committed by aleb_the_flash
parent ecf8f0fe3f
commit 7fa172d100
21 changed files with 1282 additions and 416 deletions
+1 -1
View File
@@ -38,7 +38,7 @@ _summaryEnvVars: &summaryEnvVars
"allowed_push_to_docs": false
},
{
"id": "visio",
"id": "meet",
"api_key": "password",
"webhook_url": "https://meet.127.0.0.1.nip.io/api/v1.0/recordings/external-process-hook/",
"webhook_api_key": "webhook-password",