Vonage Video Connector Transport

This commit is contained in:
asilvestre
2026-05-18 14:40:49 +02:00
parent c51a817efa
commit c61672194d
13 changed files with 5108 additions and 3 deletions

View File

@@ -55,6 +55,20 @@ Then, run the example with:
uv run getting-started/06-voice-agent.py -t twilio -x NGROK_HOST_NAME
```
### Vonage
It is also possible to run the example through a Vonage session. Just provide the values for the following variables in
the `.env` file:
* VONAGE_APPLICATION_ID
* VONAGE_SESSION_ID
* VONAGE_TOKEN
Then, run the example with:
```bash
uv run getting-started/06-voice-agent.py -t vonage
```
## Directory Structure
### [`getting-started/`](./getting-started/)