Make meeting lifecycle stateful

This commit is contained in:
2026-05-27 12:55:17 +02:00
parent d607b957bb
commit e85274829a
91 changed files with 4076 additions and 479 deletions
@@ -0,0 +1,16 @@
## ADDED Requirements
### Requirement: Speech recognition diagnostics are launch-profile aware
Meeting Assistant SHALL preserve existing ASR diagnostic endpoint URLs as default-profile URLs.
Meeting Assistant SHALL provide equivalent named-profile ASR diagnostic endpoint URLs that include the profile name.
When a named-profile ASR diagnostic endpoint is used, Meeting Assistant SHALL create the speech recognition pipeline from the resolved profile configuration.
#### Scenario: Default ASR diagnostic URL uses default profile
- **WHEN** the user submits a WAV file to the existing ASR diagnostic endpoint URL
- **THEN** Meeting Assistant streams the WAV through the default launch profile's configured speech recognition pipeline
#### Scenario: Named ASR diagnostic URL uses named profile
- **WHEN** the user submits a WAV file to the ASR diagnostic endpoint URL for profile `english`
- **THEN** Meeting Assistant streams the WAV through the resolved `english` launch profile's configured speech recognition pipeline