Create your Vonage Application
In this step you will create a Vonage Application capable of in-app voice communication use cases.
Open a new terminal and, if required, navigate to your project directory.
Create a Vonage application by copying and pasting the command below into terminal:
vonage apps create 'Your application'
✅ Creating Application
Saving private key ... Done!
Application created
Name: Your application
Application ID: 00000000-0000-0000-0000-000000000000
Improve AI: Off
Private/Public Key: Set
Capabilities:
None Enabled
Now that your Vonage Application has been created, update your CLI auth with the Application ID and Private Key:
Next, configure the webhooks on your Vonage Application. Make sure to change the values of --voice-answer-url and --voice-event-url arguments, by replacing the URLs with https://SUBDOMAIN.loca.lt/voice/answer and https://SUBDOMAIN.loca.lt/voice/event respectively. SUBDOMAIN is the actual value used in the previous step:
NOTE: Information about your application, including the Application ID, can also be found in the Dashboard.
Making an app to app voice call
Make a voice call from one web app User to another web app User using the JavaScript Client SDK.