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
@@ -16,35 +16,42 @@ This demo is written in **C++**
16
16
17
17
A tutorial demo can be found here: [Agora-Windows-Tutorial-1to1](https://github.com/AgoraIO/Basic-Video-Call/tree/master/One-to-One-Video/Agora-Windows-Tutorial-1to1)
18
18
19
-
## Running the App
19
+
20
+
## Developer Environment Requirements
21
+
* VC++ 2013(or higher)
22
+
* Windows 7(or higher)
23
+
24
+
## Running the sample program
20
25
First, create a developer account at [Agora.io](https://dashboard.agora.io/signin/), and obtain an App ID. define the APP_ID with your App ID.
21
26
22
-
#define APP_ID _T("Your App ID")
27
+
#define APP_ID _T("Your App ID")
23
28
24
29
If you don't want to modify the code part, you can create an AppId.ini file under Debug/Release. Modify the appId value to the App ID you just applied.
25
30
26
-
#[AppID]
27
-
28
-
#AppID=xxxxxxxxxxxxxxxxxxx
31
+
[AppID]
32
+
AppID=xxxxxxxxxxxxxxxxxxx
29
33
30
34
Next, download the **Agora Video SDK** from [Agora.io SDK](https://www.agora.io/en/download/). Unzip the downloaded SDK package and copy the **sdk** to the project folder(the old one may be over written).
31
35
32
36
Finally, Open OpenLive.sln with your VC++ 2013(or higher) and build all solution and run.
33
37
34
-
Note:
38
+
**Note:**
39
+
35
40
1. After the program is compiled, if the program "xxx\xxx\xxx\Debug\Language\English.dll" cannot be started when running the program,
36
41
please select the OpenLive project in the Solution Explorer and right click. In the pop-up menu bar, select "Set as startup project" to solve. Then run the program again.
37
42
2. You may encounter crash when running this demo under debug mode. Please run this demo under release mode.
38
-
39
-
## Developer Environment Requirements
40
-
* VC++ 2013(or higher)
41
-
* Windows 7(or higher)
42
43
43
-
## Connect Us
44
44
45
+
## Contact us
46
+
- For potential issues, you may take a look at our [FAQ](https://docs.agora.io/en/faq) first
47
+
- Dive into [Agora SDK Samples](https://github.com/AgoraIO) to see more tutorials
48
+
- Would like to see how Agora SDK is used in more complicated real use case? Take a look at [Agora Use Case](https://github.com/AgoraIO-usecase)
49
+
- Repositories managed by developer communities can be found at [Agora Community](https://github.com/AgoraIO-Community)
45
50
- You can find full API document at [Document Center](https://docs.agora.io/en/)
46
-
- You can file bugs about this demo at [issue](https://github.com/AgoraIO/Basic-Video-Call/issues)
51
+
- If you encounter problems during integration, you can ask question in [Developer Forum](https://stackoverflow.com/questions/tagged/agora.io)
52
+
- You can file bugs about this sample at [issue](https://github.com/AgoraIO/Basic-Video-Call/issues)
0 commit comments