forked from AgoraIO/Basic-Video-Call
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREADME.yaml
More file actions
40 lines (32 loc) · 1.2 KB
/
README.yaml
File metadata and controls
40 lines (32 loc) · 1.2 KB
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
36
37
38
39
40
Meta:
name: Open Video Call for Web
# en or cn
lang: en
# | 代表这里是字符串
description: |
This tutorial shows you how to quickly create an open video call using the Agora sample app.
Prerequisites:
- Node.js 6.9.1+
- A web server that supports SSL (https)
QuickStart:
description:
This section shows you how to prepare, build, and run the sample application.
sections:
- title: Obtain an App ID
content: |
$_{APPID}
5. Open the **src/utils/Settings.js** file. At the bottom of the file, replace `<#YOUR APP ID#>` with the App ID, and assign the token variable with the temp Access Token generated from dashboard.
**Note:** Place the App ID/Token within single or double quotes.
```xml
export const APP_ID = <#YOUR APP ID#>;
// Assign Token to null if you have not enabled app certificate
export const Token = "<#YOUR TEMP TOKEN HERE#>";
```
- title: Install dependencies and integrate the Agora Video SDK
content: |
$_{WEB_RUN}
Resources:
document: https://docs.agora.io/en/
issue: https://github.com/AgoraIO/Basic-Video-Call/issues
License:
type: MIT