-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREADME.yaml
More file actions
35 lines (33 loc) · 1017 Bytes
/
README.yaml
File metadata and controls
35 lines (33 loc) · 1017 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
Meta:
name: Web Tutorial - 1to1
lang: en
description: |
This tutorial shows you how to quickly create an basic video communication using the Agora sample app.
Prerequisites:
- A web browser
QuickStart:
description:
This section shows you how to prepare, and run the sample application.
sections:
- title: Obtain an App ID
content: |
$_{APPID}
- title: Intergrate Agora Video SDK
content: |
Download SDK into **assets** path and rename file name as **AgoraRTCSDK-2.6.1.js**
- title: Run Web-Server
content: |
1. Install live-server globally via npm
```
npm i live-server -g
```
2. Launch server via following commands in working folder,
```
live-server .
```
3. Enter Valid APPID, Token, Channel, UID and click **Join Room**
Resources:
document: https://docs.agora.io/en/
issue: https://github.com/AgoraIO/Basic-Video-Call/issues
License:
type: MIT