Commit 792aaf03 by Sai Sebastian

Update unzip_zoom_sdk.dart

parent 7c8bcb70
...@@ -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/file/d/1rLroPCBZKjL9PyDQGbrAcDLyDDUAH8AI/view?usp=share_link'), 'https://drive.google.com/uc?export=download&id=1rLroPCBZKjL9PyDQGbrAcDLyDDUAH8AI'),
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