File tree Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 1
- $ThirdPartysrc = ' https://agora-adc-artifacts.oss-cn-beijing.aliyuncs.com/libs /ThirdParty.zip'
1
+ $ThirdPartysrc = ' https://github.com/AgoraIO/API-Examples/releases/download/3.6.0 /ThirdParty.zip'
2
2
$ThirdPartydes = ' ThirdParty.zip'
3
- $agora_sdk = ' https://download.agora.io/sdk/release/Agora_Native_SDK_for_Windows_v3_6_1_1_FULL.zip'
4
- $agora_sdk = ' '
3
+ $agora_sdk = ' https://download.agora.io/sdk/release/Agora_Native_SDK_for_Windows_v3_6_2_FULL.zip'
5
4
$agora_des = ' Agora_Native_SDK_for_Windows.zip'
6
5
$MediaPlayerSDK = ' https://download.agora.io/sdk/release/Agora_Media_Player_for_Windows_x86_rel.v1.3.0_63393_ffmpeg_player_lite_20210727_1117.zip'
7
6
$MediaPlayerSDK64 = ' https://download.agora.io/sdk/release/Agora_Media_Player_for_Windows_x64_rel.v1.3.0_63392_ffmpeg_player_lite_20210727_1117.zip'
Original file line number Diff line number Diff line change @@ -56,6 +56,7 @@ The project uses a single program to combine a variety of functionalities. Each
56
56
** Note:**
57
57
If you encounter ps1 script errors, you may need to update your powershell.
58
58
59
+ ThirdParty.zip dependencies upload to github. When downloading ThirdParty.zip, it maybe a little slower. Wait patiently.
59
60
60
61
2 . Open the ` APIExample.sln ` file with Visual Studio.
61
62
3 . Edit the ` stdafx.h ` file. Enter your App ID and token.
Original file line number Diff line number Diff line change @@ -60,6 +60,8 @@ _[English](README.md) | 中文_
60
60
61
61
如果你遇到 ps1 脚本错误,你可以尝试升级 powershell。
62
62
63
+ ThirdParty依赖库在github上,下载速度可能有点慢,耐心等待。
64
+
63
65
2 . 使用 Visual Studio 打开 ` APIExample.sln ` 文件。
64
66
3 . 编辑 ` stdafx.h ` 文件。键入你的 App ID 和 access token。
65
67
You can’t perform that action at this time.
0 commit comments