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

Calendly integration error

I can't connect Calendly to this Zoom account. I keep getting this error. 

 

I've disconnected and reconnected. I've cleared browser caches. I've upgraded licenses on both Calendly and Zoom. Nothing works. 

 

 

MotusFinancial_0-1635442546376.png

 

reply-icon Latest Reply - 

How to go about building zoom apps which can be used in zoom meetings

1. I want to build an app that can be used in zoom meetings. What I am trying to achieve is very similar to what Kahoot/ Dive and many other apps have build, that is using their own UI elements in zoom. meeting. Please see attachments.2. Secondly, I ... Show more

1. I want to build an app that can be used in zoom meetings. What I am trying to achieve is very similar to what Kahoot/ Dive and many other apps have build, that is using their own UI elements in zoom. meeting. Please see attachments.
2. Secondly, I wanted to know how can we use chatbots in zoom meeting?


Show less

reply-icon Latest Reply - 

Marketo Zoom Integration: Changing Webinar schedule with registered users

Hello, I was wondering what would happen if we changed the webinar date after users have already registered. the webinar has not occurred yet. for exampleWill users be sent a new zoom confirmation email of the new date?will it break the existing conn... Show more

Hello,

 

I was wondering what would happen if we changed the webinar date after users have already registered.

 

the webinar has not occurred yet.

 

for example

  • Will users be sent a new zoom confirmation email of the new date?
  • will it break the existing connection?

 

I'm hesitant to change it since I worry it may cause a problem


Show less

reply-icon Latest Reply - 

Resolved! Changes to App description and adding screenshot/video after submission for approval

When submitting an App for Zoom approval, am I allowed to make changes to things like app description or add app screenshots after submitting to Zoom?     Does the approval process need to be started from scratch?

 

Thanks

reply-icon Latest Reply - 

Create zoom marketplace app

I want to create zoom marketplace app, so I just want to getter information like on which programming language its going to build, please let me know if anyone knows

reply-icon Latest Reply - 

iOS SDK authentication

We are trying to implement the join webinar (meeting) feature in our existing mobile app. The same feature is implemented in the web tier already. In the web tier, its using the ZoomMtg.init, and ZoomMtg.join where it didn't pass any SDK Key and SDK ... Show more

We are trying to implement the join webinar (meeting) feature in our existing mobile app. The same feature is implemented in the web tier already.

In the web tier, its using the ZoomMtg.init, and ZoomMtg.join where it didn't pass any SDK Key and SDK Secret. For the ZoomMtg.join, it's passing meetingNumber, passWord, userName, userEmail, signature, apiKey, tk

 

But in the iOS SDK, I couldn't find similar method, and looks like it always require the authentication with SDK Key, Secret or using JWT which also contain the SDK Key, Secret in some sort.

 

So, the question is, for iOS SDK, is there an equivalent method that we can join the zoom meeting with only below parameter (same as the web function)

meetingNumber, passWord, userName, userEmail, signature, apiKey, tk

 

thanks.


Show less

reply-icon Latest Reply - 

Uncaught TypeError: _.isNil is not a function at eval (zoomus-websdk.umd.min.js:22772)

I've integrated SDK for zoom meeting and getting error (Uncaught TypeError: _.isNil is not a function at eval (zoomus-websdk.umd.min.js:22772)) while joining the meeting.ZoomMtg.init({ leaveUrl: 'https://test.in', isSupportAV: true, success: success ... Show more

I've integrated SDK for zoom meeting and getting error (Uncaught TypeError: _.isNil is not a function at eval (zoomus-websdk.umd.min.js:22772)) while joining the meeting.

ZoomMtg.init({
      leaveUrl: 'https://test.in',
      isSupportAV: true,
      success: success => {
        ZoomMtg.join({
  signature: 'ZFp6dkExTW9UQkNRN0NxOTE2dEZSQS45NjMxMTcwODAyMi4xNjM0MjkxNTczNjUxLjEuY09jTFI3cGc2V0FnNWl=',
          meetingNumber: 9631*****,
          userName: 'Testuser',
          apiKey: '**********',
          userEmail: 'test@test.com',
          passWord: '757915',
          role: 1,
          success: success => {
            console.log(success)
          },
          error: error => {
            console.log(error)
          }
        })
      },
      error: error => {
        console.log(error)
      }
    })

Show less

reply-icon Latest Reply - 

Screen sharing issue with Video SDK

For some reason, the screen sharing is not displayed in MacOS (when used as a host session from zoom-video-sdk-macOS-1.1.1) even though screen sharing is broadcasting fine by an iOS app (when used as participant from zoom-video-sdk-iOS-1.1.1). Any id... Show more

For some reason, the screen sharing is not displayed in MacOS (when used as a host session from zoom-video-sdk-macOS-1.1.1) even though screen sharing is broadcasting fine by an iOS app (when used as participant from zoom-video-sdk-iOS-1.1.1). Any ideas? 


Show less

reply-icon Latest Reply - 

Unable to install this app without the developer's account. Please contact the app developer to inst

I have gone similar topic regarding this topic. But I couldn't found the exact reason for my issue. I have created an OAuth User-managed app. And I haven't published it.And trying to install the app (authorize) using a different zoom account (other t... Show more

I have gone similar topic regarding this topic. But I couldn't found the exact reason for my issue. 

I have created an OAuth User-managed app. And I haven't published it.
And trying to install the app (authorize) using a different zoom account (other than the account that created the app )
this message was shown.
Unable to install this app without the developer's account. Please contact the app developer to install.

So basically  I was trying to authorize(get access token)  an account, using client id and secret which is from not published user-level type app. And the account I was trying to authorize was not the account which has created the app. 

Much appreciate any feedback on this. 


Show less

reply-icon Latest Reply - 

Zoom Phone to Salesforce Integration

We are using Zoom Phone and that is integrated with Salesforce. Some of the Zoom Phone calls shows incorrect call duration in Salesforce.- Zoom Phone integration creates a record for Zoom-CallLog for every call made.- Some of the Zoom Phone calls are... Show more

We are using Zoom Phone and that is integrated with Salesforce. Some of the Zoom Phone calls shows incorrect call duration in Salesforce.

- Zoom Phone integration creates a record for Zoom-CallLog for every call made.

- Some of the Zoom Phone calls are beyond 1 hour and it show callduration of 6 seconds in Salesforce


Show less

reply-icon Latest Reply -