We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 093c48a commit ced3364Copy full SHA for ced3364
windows/APIExample/install.ps1
@@ -1,5 +1,5 @@
1
-$agora_sdk = 'https://download.shengwang.cn/sdk/release/Shengwang_Native_SDK_for_Windows_v4.6.0_FULL.zip'
2
-$ThirdPartysrc = 'https://fullapp.oss-cn-beijing.aliyuncs.com/API-Examples/ThirdParty.zip'
+$agora_sdk = 'https://download.agora.io/sdk/release/Agora_Native_SDK_for_Windows_v4.6.0_FULL.zip'
+$ThirdPartysrc = 'https://demo-app-download.agora.io/api_example/ThirdParty.zip'
3
$ThirdPartydes = 'ThirdParty.zip'
4
$agora_des = 'AgoraSdk.zip'
5
$agora_local_sdk = '../../sdk'
0 commit comments