cancel
Showing results for 
Search instead for 
Did you mean: 

Need help in integration of Zoom meeting SDK in flutter

luqmananjum88
Listener

Hello, we are attempting to integrate the Zoom Meeting SDK and have provided all the necessary keys. However, when we call the SDK, it displays a 0,0 error. How can we resolve this issue? We obtained the Flutter plugin from pub.dev.

3 REPLIES 3

Ray_Harwood
Community Champion | Customer
Community Champion | Customer

This is a question more appropriate for the Developers Forum at https://developers.zoom.us/


Ray - Need cost-effective Zoom Events Help? Visit Z-SPAN.com.
Please click Accept As Solution if this helped you !

Anurag2
Listener

We integrate the zoom meeting in flutter so we have add the dependency in pubspec file "

flutter_zoom_sdk: ^1.1.0+4" then run the command "flutter pub run flutter_zoom_sdk:unzip_zoom_sdk".
It is success executed.
While we run the project into our android device we get an error - 
Execution failed for task ':app:checkDebugDuplicateClasses'.
> A failure occurred while executing com.android.build.gradle.internal.tasks.CheckDuplicatesRunnable
> Duplicate class com.google.android.exoplayer2.ui.DownloadNotificationHelper found in modules jetified-exoplayer-core-2.18.7-runtime (com.google.android.exoplayer:exoplayer-core:2.18.7) and jetified-exoplayer-ui-2.12.3-runtime (com.google.android.exoplayer:exoplayer-ui:2.12.3)
Duplicate class com.google.android.exoplayer2.ui.package-info found in modules jetified-exoplayer-common-2.18.7-runtime (com.google.android.exoplayer:exoplayer-common:2.18.7) and jetified-exoplayer-ui-2.12.3-runtime (com.google.android.exoplayer:exoplayer-ui:2.12.3)
 
Please help us to resolve this issue.

Ray_Harwood
Community Champion | Customer
Community Champion | Customer

This is a question more appropriate for the Developers Forum at https://developers.zoom.us/


Ray - Need cost-effective Zoom Events Help? Visit Z-SPAN.com.
Please click Accept As Solution if this helped you !