-
Notifications
You must be signed in to change notification settings - Fork 35
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
StartMeeting function in the example code is empty #19
Comments
Please follow this instruction to get "zak" and set it to “zoomAccessToken” of meetingOptions |
https://github.com/driftboat/flutter_zoom_plugin#start-a-meeting---non-login-user |
For production, I think you can follow these steps to get "zak":
|
By the way,“startMeeting” can not create a meeting, If you want to create a meeting, You will have to use an OAuth or JWT type app to create meetings using the API.
|
Thank You for this. Let me check it. So there is no way to create a meeting from within the mobile application without the use of a server? |
You can create a meeting without server, just generate "JWT token" and call the api in your flutter App |
Alright. Awesome i'll start implementing it |
Hi,
The startMeeting function in the example code is empty. can you provide its implementation so that we can use it to create a meeting as well?
Thank You!
The text was updated successfully, but these errors were encountered: