JavaScript
Before You Begin
Before you start this tutorial, make sure that you have:
- A compatible desktop browser like Google Chrome, Mozilla Firefox, or a compatible browser
- A code editor
- A webcam and microphone
- An active Vonage Developer account - if you don't have one, you can sign up for a free account
We will be writing just client-side code for this tutorial so there is no need for any server-side languages or configuration.
Basic video chat
Learn the basic concepts of the Vonage Video API platform, including how users can communicate through video, voice, and messaging. Explore a basic Vonage Video API flow.
Steps
1
Overview2
Before You Begin3
Configure a Vonage Video Application4
Creating the Project Folders and HTML Template5
Setting Up Authentication6
Connecting to the Session and Creating a Publisher7
Initializing the Subscriber8
Testing your code in a browser9
A little bit of CSS customization10
Conclusion