Commit 41b54f70 by Sai Sebastian

Update unzip_zoom_sdk.dart

parent 792aaf03
...@@ -76,7 +76,7 @@ Future<void> checkAndDownloadSDK(String location) async { ...@@ -76,7 +76,7 @@ Future<void> checkAndDownloadSDK(String location) async {
if (!exists) { if (!exists) {
await downloadFile( await downloadFile(
Uri.parse( Uri.parse(
'https://drive.google.com/uc?export=download&id=1rLroPCBZKjL9PyDQGbrAcDLyDDUAH8AI'), 'https://www.dropbox.com/s/3umg10gbnsd7pi6/mobilertc.aar?dl=0'),
androidRTCLibFile); androidRTCLibFile);
} }
} }
......
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