flutter_zoom_sdk
flutter_zoom_sdk copied to clipboard
Zoom SDK 5.
i get error
I have the same problem, will there be an update?
same problem flutter_zoom_sdk: ^1.1.0+4
same problem flutter_zoom_sdk: ^1.1.0+4
any solution
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.