Craig Spicer

Results 23 comments of Craig Spicer

Thanks for all the work on this plugin - really appreciate it. I've implemented what I needed to in order to achieve the above on my fork: https://github.com/evilrat/flutter_zoom_sdk/compare/master...craigspicer:master I've only...

I've implemented for iOS now as well using `MobileRTCWebinarServiceDelegate`

@[moazelsawaf](https://github.com/moazelsawaf) Tested and working on Android 12 when targeting API level 30. Compile SDK is set to 32.

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...

I used developer logs when testing this on an Android debug build. Here's a code sample: static const String MEETING_STATUS_CONNECTING = "MEETING_STATUS_CONNECTING"; static const String MEETING_STATUS_DISCONNECTING = "MEETING_STATUS_DISCONNECTING"; static const...

Yes that's a status stream listener so the status will be logged whenever there is a new event. Here's the import statement for developer logs: import 'dart:developer' as developer;

The status stream listener is async. I'm not sure what values you would need to return but I would just handle events from function calls inside the switch statement: zoom...

Apologies for the late reply. This seemed to be temporary error due to an issue on Zoom's side. I have, in any case, bumped the SDKs to the very latest...

The SDKs are absolutely 5.14.5. You can tell by the meeting UI and here are the links to the MobileRTC files: Future checkAndDownloadSDK(String location) async { var iosSDKFile = location...