It doesn’t deal directly with the display of zoom. When you create a meeting with the plugin, that returns data, which includes: “start meeting url”, “join meeting url”, etc. You can see full data here
It’s up to you then to save the data and/or display it to the user. For example, you can show the “join meeting” as a link to your user and when they click, it’ll display zoom and open the app if they have it.
Hello.
I am trying to test this plugin on your demo page.
In my zoom App “Redirect URL for OAuth” = https://zoom-api-v2.bubbleapps.io/api/1.1/oauth_redirect
Fill in the inputs (Zoom Client ID and Basic base64_client_id: secret).
But with “Login With Zoom” I get the following error:
{“StatusCode”: 400, “body”: {“status”: “ERROR”, “message”: “Missing state from oauth provider”}}
This is a zoom account issue, not a plugin issue. Basically, zoom used to allow a demo app credentials, without forcing me to officially publish an app on their marketplace. They changed it and I applied for app approval and still waiting. Again, this is my zoom account issue, not the plugin. The plugin will work fine with your credentials.
Yes, it works like a facebook login, etc. through OAuth.
You are correct about the use case. This plugin is focused on allowing you and your app users to create, update and delete meetings.
Hey @edshadi, does that mean in order for the plugin to work, my app has to be published on the zoom marketplace (the same way they are forcing you to do)?
Hi @ishaan.karanjkar, this is a normal requirement for any API provider. They will require you to register an app and, many times, they have to approve it first. So, in this regard, Zoom is just following the standards/norm. The issue I’m having is very specific to my case, where I’m not actually building an app, I just wanted to demo how to build one. So, you should be completely fine, just register your app and provide some info on Zoom marketplace and wait for approval.
Hi @edshadi, I already bought the plugin, but having the issue after the calling “signup/login with zoom” action, I cant find the way to read the result code, so I cant get access token. In the demo I saw you receive it from the URL redirection, but its not working on my app. Can you explain more about how the redirection send the code or give an idea of what I’m doing wrong?
Hi everyone, I’m working on video instructions to show you the best way to use this plugin. It works fine, but you have to setup a few links between it and zoom. Stay tuned.
Thanks @edshadi the video is very clear. Perhaps I’m facing an Issue, I think is something in Zoom, but maybe someone has faced something similiar. When I’m authorizing the app I receive “You cannot authorize the app” even if Im authorizing on the same Zoom account where the app is created.
I found that the issue occurs with the state parameter, according to a post in Zoom forum is a Zoom issue, is there a way to make the redirect to zoom not send the state parameter? Sorry but this is giving me headches.
The best thing to do: first, is to create a new app and give it a shot, if not, then you might have to do a whole new account on zoom and create an app there
I just install your plugin @edshadi and I don’t know why I am not able to see after create a meeting current user “zoom access token”. Do you have any idea why ? Error http 401 - invalid access token is dispayed.
I sign up with social network zoom and it work, generic url redirect is the good one.
Thank you for your help