JavaScript
Introduction
In this tutorial, you will learn how to create a Client SDK application and write the code to make a phone call from your web app to a phone.
Two parts are needed to achieve this:
- A web application that will make the voice call using the Client SDK.
- A publicly accessible URL that serves instructions on how to handle the call. To accomplish this, you will create a webhook server using Node.js, Express and localtunnel.
Completed project
If you would like to follow along without building the app yourself, the completed project is available on Github - please see the app-to-phone-js folder.
Making an in-app voice call
Make a voice call from a web app to a phone.
Steps
1
Introduction2
Prerequisites3
Create a webhook server4
Create a Vonage Application5
Link a Vonage number6
Create a User7
Generate a JWT8
Create a client side application9
Run your application10
What's next?