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

Recent Activity

Help! Zoom SDK & External Meetings - Marketplace App a MUST? (Error 4011)

I'm playing around with the Zoom SDK for my app, and I've hit a bit of a snag when trying to join meetings hosted by other Zoom accounts. I keep getting this "Error Code: 4011" that basically says my SDK app needs to be published on the Zoom Marketpl... Show more

I'm playing around with the Zoom SDK for my app, and I've hit a bit of a snag when trying to join meetings hosted by other Zoom accounts. I keep getting this "Error Code: 4011" that basically says my SDK app needs to be published on the Zoom Marketplace.

Now, I get why that might be a thing for big, public apps. But honestly, my use case is pretty specific and more on the internal/controlled side. Creating and maintaining a full-blown public app on the Marketplace just for this seems like overkill.

So, my question to you all is: Is there ANY way around this? Has anyone figured out a clever trick or a different kind of integration that lets you use the Zoom SDK to join external meetings without having to go through the whole "publish to Marketplace" song and dance?

I'm talking about things like private apps, internal integrations, or maybe some hidden config I'm missing. Anything that avoids the public marketplace hassle would be amazing!

Seriously, any tips, workarounds, or even just a "nope, you're stuck!" would be super helpful.


Show less

reply-icon Latest Reply - 

Resolved! I want to create an app with the Zoom SDK

Hello, I am building a Zoom App that runs inside Zoom meetings using the Zoom Apps SDK. However, in the App Marketplace I only see options for General, Webhook, and Server-to-Server apps. Could you please enable access to the Zoom Apps SDK on my acco... Show more

Hello, I am building a Zoom App that runs inside Zoom meetings using the Zoom Apps SDK. However, in the App Marketplace I only see options for General, Webhook, and Server-to-Server apps. Could you please enable access to the Zoom Apps SDK on my account so I can build and test my in-meeting application? Thank you!


Show less

reply-icon Latest Reply - 

Webhook only app requires scopes but I cannot add scopes

I am trying to activate the "Meeting has been created" webhook, but i am unable to select it as an event subscription because "You do not have permission to use this event. please reach out to your admin to grant you permission". I have access to the... Show more

I am trying to activate the "Meeting has been created" webhook, but i am unable to select it as an event subscription because "You do not have permission to use this event. please reach out to your admin to grant you permission". I have access to the admin account but cant figure out what permission i need? Online sources tell me to add "scopes" but because this is a webhook only app, I am unable to add scopes. The webhook URL has been validated and works, I just cant add the specific event type. How do i get the webhook to work?

 


Show less

reply-icon Latest Reply - 

Is it possible to automatically download a meeting transcript?

I'm using a private Zoom Marketplace app I created to send webhooks for when a meeting starts, ends, and when the recording is available in the cloud. In this last event, I'm using my own Python code so that, upon receiving this event, the meeting re... Show more

I'm using a private Zoom Marketplace app I created to send webhooks for when a meeting starts, ends, and when the recording is available in the cloud. In this last event, I'm using my own Python code so that, upon receiving this event, the meeting recording is downloaded. I'm currently downloading the recording transcript manually (by going to the "Cloud Recordings" tab on the Zoom page), but I'm wondering if there's a way to automatically download the transcript when I receive the notification that the recording is available in the cloud.


Show less

reply-icon Latest Reply - 

Is there an automatic translation in English for my Zoom invitation link in Dutch?

Hello,   Who can help me? 

Is there an automatic translation in English for my Zoom invitation  link in Dutch? Most of my contacts are abroad.                                            

Till now  i did translate it myself ,but very time consuming

 

I want to create an app in zoom marketplace using JSON Web Tokens (JWT) but it doesn't work

I followed all the steps to create the app in zoom marketplace using JSON Web Tokens (JWT) but it doesn't work there is a problem.

 

What solutions and alternatives do they give me?

 

reply-icon Latest Reply - 

When I click on the zoom icon on my task bar and click to sign in it says: Your app version needs to

When I click on the zoom icon on my task bar and click to sign in it says: Your app version needs to be 5.17.5 or higher to sign

Issue with the new Zoom Meeting SDK for React Native @zoom/meetingsdk-react-native

DescriptionI just bootstrapped a new project with these version :react-native 0.75.3@zoom/meetingsdk-react-native 0.0.1react 18.3.1node 20.14.0npm v10.7.0I downloaded zoom-sdk-ios-6.1.5.16935.zip and zoom-sdk-android-6.1.5.16935.zip and copied Mobile... Show more
  1. Description
    I just bootstrapped a new project with these version :
    react-native 0.75.3
    @zoom/meetingsdk-react-native 0.0.1
    react 18.3.1
    node 20.14.0
    npm v10.7.0

    I downloaded zoom-sdk-ios-6.1.5.16935.zip and zoom-sdk-android-6.1.5.16935.zip and copied MobileRTC.xcframework and MobileRTCResources.bundle in ios repo , and mobilertc.aar in anroid repo. added audio and video plugins to info.plist

    I wanted to test the new zoom react-native wrapper
    I am totally new with react-native and meeting zoom. The project is building successfully and can run it on iphone SE 3rd generation IOS 17.
    I wrapped the whole project with the zoomProvider using a working JWT.
    When I try to join the meeting, nothing happen :
    const onPress = async () => {
    try {
    const res = await zoom.joinMeeting({
    userName: ‘chiheb’,
    meetingNumber: ‘XXXXXXXXXX’,
    password: ‘’,
    });
    console.log({ res });
    } catch (error) {
    console.error(‘Error joining the meeting:’, error);
    }
    };

    I got res : undefined in the console, so it didn’t throw to the error. How could I investigate the issue here please.
    And do you have a working sample project where I can run this new package @zoom/meetingsdk-react-native succesfully ?

    Which iOS Meeting SDK version?
    Knowing the version can help us to identify your issue faster.
    zoom-sdk-ios-6.1.5.16935
    @zoom/meetingsdk-react-native 0.0.1

     

     

    Troubleshooting Routes

    Smartphone (please complete the following information):

    • Device: iPhone SE (3rd generation)
    • OS: iOS 17.5

    Additional context
    Thank you for your help.


Show less

Application Marketplace

Hello! I have a question. I need to create an integration with the Zoom application, which must be used by authorized zoom users to be able to create scheduled meetings in their account. Only those accounts that are registered in our database will be... Show more

Hello! I have a question. I need to create an integration with the Zoom application, which must be used by authorized zoom users to be able to create scheduled meetings in their account. Only those accounts that are registered in our database will be used, the rest will not be counted. The biggest problem is that this integration-application must be used by the users themselves to access their subscriptions and meetings, and for this it is necessary to go through all the stages of publishing the zoom application. Is there any other way to do this?


Show less

Resolved! Cannot enable Zoom App SDK for my Zoom Contact Center app

I am trying to follow this guide to create an app which integrates with Zoom Contact Center: https://developers.zoom.us/docs/contact-center/apps/create-zcc-apps/#step-3-select-zoom-products-and-features Step 3 substep 4 says the following:In the In-c... Show more

I am trying to follow this guide to create an app which integrates with Zoom Contact Center: https://developers.zoom.us/docs/contact-center/apps/create-zcc-apps/#step-3-select-zoom-products-and-features

 

Step 3 substep 4 says the following:

In the In-client App Features section, select the Zoom features available to your app users in the Zoom client. To build Contact Center apps, it is mandatory to use Zoom App SDK; enable Zoom App SDK and select + Add APIs to add APIs and events.

 

Problem: I cannot check the Zoom App SDK option. It says "This feature is not available based on the product you select.". Here is a screenshot: https://imgur.com/53D7UcP

 

I do have "Contact Center" checked under "Select where to use your app" per step 1 substep 1: https://imgur.com/3tQFLIe I also have added Home URL which is valid according to the OWASP checks.

 

Question: How do I check the Zoom App SDK option for use with Zoom Contact Center? Is the guide outdated? I think I do not want my app to work with Team Chat or Rooms, but I am not sure.

 


Show less

reply-icon Latest Reply -