Client SDK Sample Server
Client SDK Sample Server
2.2.1
Vonage
NodeJS
Begin voice calling with the Vonage Client SDKs
The Vonage Client SDKs allows you to build Programmable Conversation applications for Android, iOS, and Web. The Conversation API is used to build out the backend of your Client SDK application. This project is a REST server (with a web UI) that you can use to start building a Client SDK application which can manage users, generate tokens for those users and handle incoming call webhooks. You can use this server alongside the Client SDK tutorials.
Steps
-
To start, ensure you are signed into your Vonage developer account. If you do not have an account yet, you can create one here.
-
To immediately deploy the application, go to the ‘Deploy Code’ tab. Enter a name for your application in ‘Instance Name’, select your AWS region, and click the ‘Deploy Code’ button.
- You will see a pop up prompting you to assign your Vonage number to the application - you will be able to buy one here if you do not have one already.
- Click ‘Assign a number’ to select your number from the list, then continue to create the application.
- You will then see your new application under ‘Deployed Instances’. Click ‘Launch’ to run it.
-
To view the code and edit the application, go to ‘Get Code’ and click ‘Create a new development environment’.
- You will see a pop up prompting you to choose a region, enter a workspace name and assign your Vonage number to the application - you will be able to buy one here if you do not have one already.
- Click ‘Assign a number’ to select your number from the list, then continue to launch the workspace.
- When the workspace opens, you will see a README detailing how to edit, debug, run and deploy the project.
- Once your project is deployed, you can use the URL in the terminal output to access your application.