
- #Agora video call web how to#
- #Agora video call web install#
- #Agora video call web code#
- #Agora video call web windows#
You will add your app id from the agora dashboard and copy the App ID to your clipboard.
#Agora video call web code#
You need to implement it in your code respectively: const APP_ID = Your App_ID const Token = Your Token
#Agora video call web how to#
The following section shows how to use the Agora Video SDK for Web to add Video Call into your Web app step by step.

To create the package.json file, you can navigate to the agora_web_quickstart directory on the command line and run npm init.
#Agora video call web install#
package.json: Install and manage the dependencies of your project.basicVideoCall.js: The programmable interface with AgoraRTCClient to implement the client logic.index.html: The visual interface with the user.For a minimal Web app client, create the following files in the directory : An Intel 2.2GHz Core i3/i5/i7 processor (2nd generation) or equivalentĬreate a new directory named agora_web_quickstart.Agora highly recommends using the latest version of Google Chrome. A browser that matches the supported browser list.If your network has a firewall, follow the instructions in Firewall Requirements to access Agora services.
#Agora video call web windows#


App clients that pass the same channel name join the same channel. In a test or production environment, your app client retrieves tokens from a server in your security infrastructure.Ĭall joinChannel to create and join a channel. The following figure shows the workflow to integrate into your app in order to add Video Call functionality.Īs shown in the figure, the workflow for adding Video Call in your project is as follows:Ī token is the credential that authenticates a user when your app client joins a channel. This page shows you the minimum code you need to add Video Call into your Web app by using the Agora Video SDK for Web. It enables you to develop rapidly and easily to enhance your social, work, education and IoT apps with face-to-face interaction. The Agora Video SDK for Web makes it easy to embed real-time Video Call into web apps.
