mirror of
https://github.com/suitenumerique/meet.git
synced 2026-08-18 06:23:21 +00:00
✨(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:
committed by
aleb_the_flash
parent
ecf8f0fe3f
commit
7fa172d100
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user