Run the adapter-runtime lifecycle for every voice adapter participating
in the scenario: await adapter.connect() once, then attach a VAD
fallback when the adapter advertises capabilities.nativeVad === false.
Symmetric with stopVoiceAdapters; the executor wraps the script
loop in a try/finally so this pair always balances.
Run the adapter-runtime lifecycle for every voice adapter participating in the scenario:
await adapter.connect()once, then attach a VAD fallback when the adapter advertisescapabilities.nativeVad === false.Symmetric with stopVoiceAdapters; the executor wraps the script loop in a try/finally so this pair always balances.