Craig Spicer

Results 23 comments of Craig Spicer

Yes, code does need to be changed when the SDKs are updated. Please refer to the changes in FluttterZoomSdkPlugin.java. Specifically, the additional overrides implemented for zoomSDK.getInMeetingService(). You can clearly see...

Please also note the following: Please be aware that in order to update the SDKs you need to completely remove the dependency- flutter_zoom_sdk: git: url: https://github.com/craigspicer/flutter_zoom_sdk.git ref: main Then add...

Yes, the SDKs are working - please follow the steps in my previous comment and bump the minimum SDK version to 23 in your app level build.gradle file.

That is correct - Zoom has removed those interfaces in the latest SDKs. You must now init with JWT signature.

@YoussefAbdelmonem It's only the JWT app type that has been deprecated. The meeting SDK must still be initialised with a JWT signature.

Try to add this to your app level build.gradle file: implementation 'com.google.android.exoplayer:exoplayer:2.17.1'

Anyone is welcome to use my fork. I've just updated both Android and iOS SDKs to the latest versions (5.14.0): flutter_zoom_sdk: git: url: https://github.com/craigspicer/flutter_zoom_sdk.git ref: main Run the same command...

Anyone is welcome to use my fork. I've just updated both Android and iOS SDKs to the latest versions (5.14.0): flutter_zoom_sdk: git: url: https://github.com/craigspicer/flutter_zoom_sdk.git ref: main Run the same command...

Hi. I forgot to mention that it does not work on iOS Simulator at all. If this error was on a physical device I will need to investigate.

Hi. You'll need an SDK key and secret. I believe the webinar feature is a paid feature so this needs to be done on Zoom's side. We used webinars in...