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 text chat

Follow this tutorial to build basic text chat from scratch using the Vonage Video API. It is the quickest way to build a proof of concept for this functionality on the video platform.

以下の言語で利用可能:
JavaScript Java Swift
手順
1
Overview
2
Before You Begin
3
Configure a Vonage Video Application
4
Creating the Project Folders and HTML Template
5
Setting Up Authentication
6
Connecting to the Session
7
Sending a Signal
8
Receiving a Signal
9
Testing your Code in a Browser
10
A little bit of CSS customization
11
Conclusion