JavaScript
Next Steps

Congratulations! You've finished the 'Set up a Basic Web Client' tutorial.
You can continue to play with and adjust the code you've developed here for the client-side of your application, but keep in mind that you'll need to implement the server component of your application before going to production (see Server SDKs below).
When you're finished here, continue building and enhancing your Vonage Video application with these helpful resources:
- Server SDK — Before going to production, you'll need to set up a server to generate credentials
- Video API Basics — If you haven't already, take a few minutes to learn exactly how Vonage Video works
- Opentok.js reference — explore the specific methods and events associated with Opentok.js
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