flutter_zoom_sdk
flutter_zoom_sdk copied to clipboard
Join webinar meeting name/email dialog
Is there an option to not show the name/email dialog when joining webinar meeting?
no no option available as of now
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 done this on Android for now along with pre-populating the dialog on iOS. I also implemented returnToMeeting
. Feel free to have a look.
I've implemented for iOS now as well using MobileRTCWebinarServiceDelegate
@craigspicer Does it support Android 12 or haven't tested?
@moazelsawaf Tested and working on Android 12 when targeting API level 30. Compile SDK is set to 32.
Thanks a lot, it is actually working ❤