flutter_zoom_sdk icon indicating copy to clipboard operation
flutter_zoom_sdk copied to clipboard

Zoom SDK 5.

Open darkPigeonn opened this issue 2 years ago • 4 comments

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

darkPigeonn avatar Jan 19 '23 04:01 darkPigeonn

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

Cengizhan00 avatar Jan 22 '23 09:01 Cengizhan00

same problem flutter_zoom_sdk: ^1.1.0+4

AhmedNasser7797 avatar Jan 22 '23 17:01 AhmedNasser7797

same problem flutter_zoom_sdk: ^1.1.0+4

any solution

ShirishModi8 avatar Mar 01 '23 12:03 ShirishModi8

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.

craigspicer avatar Mar 23 '23 11:03 craigspicer