From c145494bbddb082141cbe0dccb1e9c9d4d079e83 Mon Sep 17 00:00:00 2001 From: cruizba Date: Wed, 25 Feb 2026 18:22:19 +0100 Subject: [PATCH] Change speech processing default from automatic to manual The agent will now only connect to Rooms when explicitly requested via the Agent Dispatch API instead of auto-connecting to all new Rooms. --- community/agent-speech-processing.yaml | 2 +- pro/agent-speech-processing.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/community/agent-speech-processing.yaml b/community/agent-speech-processing.yaml index da20228..3da47e3 100644 --- a/community/agent-speech-processing.yaml +++ b/community/agent-speech-processing.yaml @@ -14,7 +14,7 @@ live_captions: # How this agent will connect to Rooms [automatic, manual] # - automatic: the agent will automatically connect to new Rooms. # - manual: the agent will connect to new Rooms only when your application dictates it by using the Agent Dispatch API. - processing: automatic + processing: manual # Which speech-to-text AI provider to use [aws, azure, google, openai, azure_openai, groq, deepgram, assemblyai, fal, clova, speechmatics, gladia, sarvam, mistralai, cartesia, soniox, nvidia, elevenlabs, simplismart, vosk, sherpa] # The custom configuration for the selected provider must be set below diff --git a/pro/agent-speech-processing.yaml b/pro/agent-speech-processing.yaml index da20228..3da47e3 100644 --- a/pro/agent-speech-processing.yaml +++ b/pro/agent-speech-processing.yaml @@ -14,7 +14,7 @@ live_captions: # How this agent will connect to Rooms [automatic, manual] # - automatic: the agent will automatically connect to new Rooms. # - manual: the agent will connect to new Rooms only when your application dictates it by using the Agent Dispatch API. - processing: automatic + processing: manual # Which speech-to-text AI provider to use [aws, azure, google, openai, azure_openai, groq, deepgram, assemblyai, fal, clova, speechmatics, gladia, sarvam, mistralai, cartesia, soniox, nvidia, elevenlabs, simplismart, vosk, sherpa] # The custom configuration for the selected provider must be set below