ark-brighthustle / flutter_zoom_sdk

Zoom SDK from ZOOM ported to flutter as plugin with all necessary features and with Null Safety which is implementation by CodeSyncr
BSD 3-Clause "New" or "Revised" License
39 stars 84 forks source link

Join webinar meeting name/email dialog #88

Open craigspicer opened 2 years ago

craigspicer commented 2 years ago

Is there an option to not show the name/email dialog when joining webinar meeting?

Screenshot_20220613_174229

ark-brighthustle commented 2 years ago

no no option available as of now

craigspicer commented 2 years ago

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.

craigspicer commented 2 years ago

I've implemented for iOS now as well using MobileRTCWebinarServiceDelegate

moazelsawaf commented 2 years ago

@craigspicer Does it support Android 12 or haven't tested?

craigspicer commented 2 years ago

@moazelsawaf Tested and working on Android 12 when targeting API level 30. Compile SDK is set to 32.

moazelsawaf commented 2 years ago

Thanks a lot, it is actually working ❤