Unable to Enable the Zoom Apps Quick Launch Button
Hi,
I have added Vimeo - all-in-one video hosting and collaboration from the Marketplace. But I am unable to Enable the Zoom Apps Quick Launch Button. It is disabled.
Pls help!
Zoomtopia is here. Unlock the transformative power of generative AI, helping you connect, collaborate, and Work Happy with AI Companion.
Register nowEmpowering you to increase productivity, improve team effectiveness, and enhance skills.
Learn moreKeep your Zoom app up to date to access the latest features.
Download Center Download the Zoom appDownload hi-res images and animations to elevate your next Zoom meeting.
Browse Backgrounds Zoom Virtual BackgroundsEmpowering you to increase productivity, improve team effectiveness, and enhance skills.
Zoom AI CompanionZoom App Marketplace has more than 2,000 apps that enhance your Zoom experience and improve workflow and collaboration. Explore the Zoom Community's Recent Activity below to join the Marketplace conversation and connect with other members. If you're still looking for support, browse our Zoom Apps and Marketplace support articles or start a new discussion below!
Hi,
I have added Vimeo - all-in-one video hosting and collaboration from the Marketplace. But I am unable to Enable the Zoom Apps Quick Launch Button. It is disabled.
Pls help!
Hi Team,
I created a webhook app in zoom account and started receiving zoom event logs.
I wanted to know , if there is any maximum limit for these logs at zoom side ?
or it can go to any extent based on the number of events occurring for an account ?
As per https://marketplace.zoom.us/docs/api-reference/webhook-reference/ , there can be latency between event occurence and delivery of event's notification to webhook app url.
I wanted to know maximum latency that can occur ?
Hi team, I am trying to use zoom js sdk per zoom's documentation below. Use case if to have a link in the zoom app which would open up a url in browser. The app does open up the url in browser but throws an "Accessing Untrusted web site" error. I have already whitelisted the url in my app but still the error persists. It works fine for urls which are globally whitelisted by zoom e.g. youtube.com Any help in this regard is highly appreciated. Attaching screenshot of the issue. https://appssdk.zoom.us/classes/ZoomSdk.ZoomSdk-1.html#config https://appssdk.zoom.us/classes/ZoomSdk.ZoomSdk-1.html#openUrl Regards
Show less
I am unable to get Webhook notification in my zoom apps. If I am using jwt app type then webhook notification working fine. Please help me asap i am stuck in zoom app web hook notification.
var clientId = 'XXXXXXXXXX'; var clientSecret = 'XXXXXXXXXXXXXXXXX'; var encodedData = Buffer.from(clientId + ':' + clientSecret).toString('base64'); var authorizationHeaderString = 'Authorization: Basic ' + encodedData; let options = { method: 'POST', headers: { Authorization: `Basic ${encodedData}`, }, }; request(options, (error, response) => { var rs = JSON.parse(response.body); var access_token = rs.access_token; console.log(access_token); //---------------------- const options1 = { qs: { 'status': 'active' }, auth: { 'bearer': access_token }, headers: { "alg": "HS256", "typ": "JWT" }, json: true // Parse the JSON string in the response }; request(options1, function (error, response, body) { console.log(body); }); //------------------------ }); In valid token problem
Show less
I wanted to give permissions to these scopes attached below., while creating a oAuth app But i am unable to get where to give permission. Moreover,it is saying to contact your IT administrator and i have no idea of who it is. From owner account i tried to give every possible permissions but still of no use. Any answer would be helpful.
Show less
Hi Team, I am trying to create a simple zoom app with a hyperlink on click on which should open up a webpage. I have tried to embed a link to YouTube on click of which nothing happens. Upon further diagnosis using fiddler tool, I am getting attached error. I have tried to whitelist the domain from the app page as well but no luck. Any help in this regard would be helpful.
Show less
Hello, Trying to set up JWT app and wanting to establish a far off expiration time. However the options are greyed out. The only time I can get them to not be greyed out is after activation but then the expiration is 90 mins. Trying to adjust with the radio options proves futile because it just returns back to original expiration. Any ideas?
Show less