$ThirdPartysrc='https://agora-adc-artifacts.oss-cn-beijing.aliyuncs.com/libs/ThirdParty.zip'$ThirdPartydes='ThirdParty.zip$agora_sdk = 'https://download.agora.io/sdk/release/Agora_Native_SDK_for_Windows_v3_1_1_FULL.zip'$agora_des = 'Agora_Native_SDK_for_Windows_v3_1_1_1_FULL.zip'$MediaPlayerSDK = 'https://download.agora.io/sdk/release/Agora_Media_Player_for_Windows_x86_rel.v1.1.0.16486_20200507_1537.zip'$MediaPlayerDes = 'MediaPlayerPartSave.zip'if (-not (Test-Path ThirdParty)){echo "download $ThirdPartydes"mkdir ThirdPartyInvoke-WebRequest -uri $ThirdPartySrc -OutFile $ThirdPartyDes -TimeoutSec 10;Unblock-File $ThirdPartyDesExpand-Archive -Path $ThirdPartyDes -DestinationPath 'ThirdParty' -ForceRemove-Item $ThirdPartyDes -Recurse}if (-not (Test-Path libs)){echo "download $agora_des"mkdir libsInvoke-WebRequest -uri $agora_sdk -OutFile $agora_des -TimeoutSec 10;Unblock-File $agora_desExpand-Archive -Path $agora_des -DestinationPath . -ForceMove-Item Agora_Native_SDK_for_Windows_FULL\libs\* libsRemove-Item $agora_des -RecurseRemove-Item Agora_Native_SDK_for_Windows_FULL -Recurse}if (-not (Test-Path MediaPlayerPart)){echo "download $MediaPlayerSDK"mkdir MediaPlayerPartInvoke-WebRequest -uri $MediaPlayerSDK -OutFile $MediaPlayerDes -TimeoutSec 10;Unblock-File $MediaPlayerDesExpand-Archive -Path $MediaPlayerDes -DestinationPath . -ForceMove-Item Agora_Media_Player_for_Windows_x86_rel.v1.1.0.16486_20200507_1537\sdk\* MediaPlayerPartRemove-Item $MediaPlayerDes -RecurseRemove-Item Agora_Media_Player_for_Windows_x86_rel.v1.1.0.16486_20200507_1537 -Recurse}
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。