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
41 stars 85 forks source link

Zoom SDK 5. #113

Open darkPigeonn opened 1 year ago

darkPigeonn commented 1 year ago

i get error Screen Shot 2023-01-19 at 11 44 08

Cengizhan00 commented 1 year ago

I have the same problem, will there be an update?

AhmedNasser7797 commented 1 year ago

same problem flutter_zoom_sdk: ^1.1.0+4

ShirishModi8 commented 1 year ago

same problem flutter_zoom_sdk: ^1.1.0+4

any solution

craigspicer commented 1 year ago

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 after adding the above to your PubSpec.yaml:

flutter pub run flutter_zoom_sdk:unzip_zoom_sdk

I also added a method: returnToMeeting();

and functionality so that the user does not get asked for details when joining: userEmail: {email}, userId: {uid},

Please note: this does not work with the iOS simulator.