Zoom App Marketplace
cancel
Showing results for 
Search instead for 
Did you mean: 

What is Zoom App Marketplace?

Zoom 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!

Recent Activity

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!

reply-icon Latest Reply - 

Maximum size for webhook event logs

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 ?

reply-icon Latest Reply - 

Webhook events delay

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 ?

reply-icon Latest Reply - 

Zoom JS SDK | OpenUrl | Accessing Untrusted Web Site

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 hav... Show more

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

Webhook

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.

reply-icon Latest Reply - 

Unable to find out "users/me" details in Web zoom Apps

var clientId = 'XXXXXXXXXX'; var clientSecret = 'XXXXXXXXXXXXXXXXX'; var encodedData = Buffer.from(clientId + ':' + clientSecret).toString('base64'); var authorizationHeaderString = 'Authorization: Basic ' + encodedData; let options = { method: 'POST... Show more
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 = {
            uri: 'https://api.zoom.us/v2/users/me',
            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

reply-icon Latest Reply - 

Permission Access for scopes during oAuth for sub users

I wanted to give permissions to these scopes attached below., while creating a oAuth appBut 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 ... Show more

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

Zoom App | Hyperlinks not working

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 ... Show more

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

Zoom for government API

Does Zoom for government support S2S OAuth and/or the JWT application? 

When trying to activate JWT app, it won't allow "other" expiration time on token

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... Show more

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