Skip to content

nexmo-community/basic-video-chat

Repository files navigation

Create a Basic Video Chat with Vonage Video API

This series of tutorials will explore the Vonage Video API (formerly TokBox OpenTok) and what you can build with it. The Video API is very robust and highly customisable, and in each post we’ll show how to implement a specific feature using the API, starting with the most basic audio-video chat.

We will not be using any frontend frameworks for this series, just vanilla Javascript in order to keep the focus on the Vonage Video API itself. At the end of this tutorial, you should be able to start an audio-video chat with a friend by sharing a link with them.

Screenshot of video chat

Running on your local machine

  1. git clone https://github.com/nexmo-community/basic-video-chat.git
  2. npm install
  3. node server.js

Code of Conduct

In the interest of fostering an open and welcoming environment, we strive to make participation in our project and our community a harassment-free experience for everyone. Please check out our Code of Conduct in full.

Contributing

We ❤️ contributions from everyone! Check out the Contributing Guidelines for more information.

contributions welcome

License

This project is subject to the MIT License

Releases

No releases published

Packages

No packages published