You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: One-to-One-Video/Agora-Web-Tutorial-1to1-Vue/README.md
+17Lines changed: 17 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,20 @@
1
+
*English | [中文](README.zh.md)*
2
+
3
+
This code example shows how to quickly integrate basic one-to-one/one-to-many video calls
4
+
5
+
Functions include:
6
+
1. Join the channel
7
+
2. Leave the channel
8
+
Among them, Appid, Channel must be filled, Token is optional
9
+
Video supports one to one, one to many calls
10
+
11
+
To build and run the sample application, get an App ID:
12
+
1. Create a developer account at [agora.io](https://dashboard.agora.io/signin/). Once you finish the signup process, you will be redirected to the Dashboard.
13
+
2. Navigate in the Dashboard tree on the left to **Projects** > **Project List**.
14
+
3. Save the **App ID** from the Dashboard for later use.
15
+
4. Generate a temp **Access Token** (valid for 24 hours) from dashboard page with given channel name, save for later use.
0 commit comments