Add a `service` field so the frame targets a specific service, allowing ServiceSwitcher.push_frame to consume it only when the targeted service matches the active service. STTService and test mocks now push the frame downstream after handling instead of silently consuming it.
230 B
230 B
- Renamed
RequestMetadataFrametoServiceSwitcherRequestMetadataFrameand added aservicefield to target a specific service. The frame is now pushed downstream by services after handling instead of being silently consumed.