Commit bd0725df by Sai Sebastian

Update unzip_zoom_sdk.dart

parent 8b2c989a
...@@ -49,7 +49,7 @@ Future<void> checkAndDownloadSDK(String location) async { ...@@ -49,7 +49,7 @@ Future<void> checkAndDownloadSDK(String location) async {
if (!exists) { if (!exists) {
await downloadFile( await downloadFile(
Uri.parse('https://www.dropbox.com/s/a5vfh2m543t15k8/MobileRTC?dl=1'), Uri.parse('https://drive.google.com/uc?export=download&id=1PVPXEOUD4cjS_gy5cnWAQkqQA1mza0hh'),
iosSDKFile); iosSDKFile);
} }
...@@ -59,7 +59,7 @@ Future<void> checkAndDownloadSDK(String location) async { ...@@ -59,7 +59,7 @@ Future<void> checkAndDownloadSDK(String location) async {
if (!exists) { if (!exists) {
await downloadFile( await downloadFile(
Uri.parse('https://www.dropbox.com/s/alk03qxiolurxf8/MobileRTC?dl=1'), Uri.parse('https://drive.google.com/uc?export=download&id=1F4Yg4fqjf9wkYUkLtNEUorjd5CUb7_Pp'),
iosSimulateSDKFile); iosSimulateSDKFile);
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment