Python
Test your application
- Run your Python application by executing the following command, using the same port (3000) as your ngrok server:
flask run -p 3000
Call your Vonage number and listen to the welcome message.
Say something and hear your voice echoed back to you by the other participant in the call: your WebSocket server.
Connect to a WebSocket
Connect an inbound call to a WebSocket with the Voice API
手順
1
Introduction2
Prerequisites3
Buy a Vonage number4
Create a Voice Application5
Link a Vonage number6
Create the project7
Write your answer webhook8
Write your event webhook9
Create the WebSocket10
Test your application11
Conclusion12
What's next?