Search results
Feb 18, 2022 · To publish an app on the Zoom Marketplace you must create an OAuth app. When you’re ready to test making API calls, download the latest version of Postman and import the Zoom API collections following the steps outlined here. There are Three Ways to Set up OAuth in Postman to Make API Requests We’re going to go through three ways to set up our OAuth application credentials to successfully authorize and access the Zoom API to make requests. The “Easy” Difficulty OAuth 2.0 Set Up in ...
Jul 5, 2024 · Our company has a website that uses Zoom Phone. On website we have make a call feature and uses URI schema : zoomphonecall EX: zoomphonecall:0508523644 In PC have zoom client installed will be opened but it required to login (our company have more account but don’t want to give it to employer or caller to keep secret). Could you please tell me way or solution auto login in client or another solution to implement this Thank you Best Regards!
Mar 15, 2022 · I am using postman to test out the zoom api but am not seeing where I can list all participants that have joined previous meetings so I can keep running attendance. We run a school and use zoom but would like to automate this process. Is this even possible. Thank you in advance for any information related to this. If there are any tutorials or blog posts that illustrate this, even better. Again, thank you in advance.
Apr 24, 2020 · Hello! I need to Zoom meetings to my website. So I need to generate meeting and links to join it. I have some questions about it. Is it possible to do this on free account? What API i must use? (I prefer users join meeting without login if its possible). In my development I am tried to make different requests, but I am always getting in response: “Invalid access token.” I tried different ways, and with herokuapp.com, i have a lot of progress, but “continue” button not working for me ...
Oct 13, 2021 · Description We’re having a website where after making some choices the user will get redirected to a Zoom call requiring a signed in user. Our idea was to use Zoom as a login provider, as the user will in the end be required to be a registered Zoom user. But now I’m getting a bit confused, that I have to register an “app” in the Zoom marketplace, and publish it there. I would have expected it to work similar to Google. Am I just getting confused by having to create and publish an ...
Oct 21, 2020 · If you’re using a native Zoom client/app, you should be able to start a meeting with the start_url, without logging in first, as long as you have the meeting’s settings such that authentications is not required to join. In the API, this setting is within the meeting settings object: "enforce_login": false. Let me know if this helps, Will
Apr 7, 2021 · Description I intend to set up one to one (in future - one to many Zoom call ) Zoom call between two users on my site. How do I do that? As Zoom usually offers around 40 minutes of free time for their signed up users, will I be able to set up something similar using Zoom api or would that be a chargeable service? Kindly point me to correct documentation page and please let me know if Zoom allows this or not So, I need a way to create a meeting and share the URL between two of them. So, I wou...
Jul 5, 2024 · Our company has website uses developer account on zoom. In this website we have a phone pad screen to input phone number, select an account has Zoom Phone and call button for Make A Call with number typed with account Zoom Phone selected Could you please give me an API to make a call with number and account selected Thank you Best Regards!
Nov 27, 2020 · As soon as I introduce zoom SDK, and do frequent login logout requests from iOS app, zoom SDK takes a lot of time to respond back with ZoomSDKLoginStatus codes. I understand that zoom SDK works perfectly in the sample app even with the frequent login/logout calls. But In the end, I am facing problems because of the delayed callbacks from the SDK.
Dec 9, 2020 · I understand, that to use the Windows SDK for SSO signin takes three steps: (1) register our organization for ZOOM SSO and setup your Zoom SSO provider (2) in our Windows App, do something that gets the user to login SSO, then get the SSO token (3) in our Windows App, pass the SSO token to the SDK call loginWithSSOToken We have done #1, and can login (manually) with SSO using our MS Azure AD. We know how to do #3 - once we have the SSO token. The problem is step #2 - how do we get the SSO ...