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

Zoom unreal plugin

I recently came across an intriguing video discussing the upcoming Zoom plugin for Unreal Engine. The features mentioned seemed quite promising, and I'm eager to know more about its capabilities. Could anyone share insights on when this exciting plug... Show more

I recently came across an intriguing video discussing the upcoming Zoom plugin for Unreal Engine. The features mentioned seemed quite promising, and I'm eager to know more about its capabilities. Could anyone share insights on when this exciting plugin is expected to launch? Any additional details about its functionalities would also be greatly appreciated!

Thanks in advance for your help!


Show less

reply-icon Latest Reply - 

Error 2207

Hello, I'm trying to add Zoom LTI, but I'm getting error 2207 after setup. Could you help me?

Webhook API

Hello community. Thank you in advance for the help you can provide. Hello community. Thank you in advance for the help you can give me. I made an app in the Marketplace of type Webhook only, but I am seeing that I must manually put the webhook Urls i... Show more

Hello community. Thank you in advance for the help you can provide.

 

Hello community. Thank you in advance for the help you can give me. I made an app in the Marketplace of type Webhook only, but I am seeing that I must manually put the webhook Urls in Event Subscription config. My question is the following: is there a Webhook API in Zoom that allows me to subscribe to events and have the URL generated dynamically depending on the user who uses my integration with the APP I made?


Show less

reply-icon Latest Reply - 

Zscaler digital experience

Hi Team, I am integrating Zscaler digital experience zoom call quality and would like to know whether this can work with pro subscription? 

Also, can this be possible with free zoom account?

The given domain is invalid Error. Unable to submit app for verification with correct details

Hi Team, We're trying to get our app published on the zoom marketplace, We submitted it successfully for review, got some feedback and now I'm not able to submit it again. I keep getting this error "The given domain is invalid error" but the domain i... Show more

Hi Team,

 

We're trying to get our app published on the zoom marketplace, We submitted it successfully for review, got some feedback and now I'm not able to submit it again.

 

I keep getting this error "The given domain is invalid error" but the domain is verified ( by uploading the HTML file) and it also shows that it is verified.

 

But when I finally click on "Send updates" button, it shows this error. It's also not telling which domain is incorrect, I've checked all the links that we've added for review and they are all correct.

 

Could someone please help me look into it.


Marketplace link for my app: https://marketplace.zoom.us/develop/apps/FEMo7kQsQSeIn6tnjgazKw/publish

Relevant Screenshots: https://drive.google.com/drive/folders/1IRV1fN7nEIMI15uuE7Zl7i2oBiadYcuI?usp=drive_link

 





Show less

SDK failed to initialize with error code: ZoomVideoSDKError(rawValue: 1)

- Xcode Version: 15.0.1- Device: iPhone XR / iOS 17.3.1- SetUp: I have integrated the Zoom Video SDK using Swift Package Manager from https://github.com/zoom/videosdk-ui-toolkit-ios repository (using the master branch) with my custom UI.- Current Sta... Show more
- Xcode Version: 15.0.1
- Device
: iPhone XR / iOS 17.3.1
- SetUp
: I have integrated the Zoom Video SDK using Swift Package Manager from https://github.com/zoom/videosdk-ui-toolkit-ios repository (using the master branch) with my custom UI.

- Current State :- After migrating from Twilio to Zoom, I have successfully set up the backend and integrated everything, and video calls are functioning properly.

- Issue Faced :- Upon creating the video call request for the first time after the app launch, subsequent attempts to request a call with either the same or a different token and session name result in an error with ZoomVideoSDKError(rawValue: 1). I suspect this could be an initialization issue, as upon fresh app launch, the first-time video call connects successfully without any issues.

- Details :- To initialize the Zoom Meeting params, I use the following method every time a user starts a video call:

``func setUpZoomMetting() {

        debugPrint("call View Didload")

        initZoomParams.domain = "https://zoom.us"

        initZoomParams.enableLog = true

        

        let sdkInitReturnStatus = ZoomVideoSDK.shareInstance()?.initialize(initZoomParams)

        switch sdkInitReturnStatus {

        case .Errors_Success:

            debugPrint(" *** SDK initialized successfully")

            ZoomVideoSDK.shareInstance()?.delegate = self

            assignTokenAndDetailForJoinSession()

        default:

            if let error = sdkInitReturnStatus {

                debugPrint("*** SDK failed to initialize: \(error)")

            }

        }

    }``


----- And here's how I assign received token and session detail, obtained from the API ----
 

``func assignTokenAndDetailForJoinSession() {

        let sessionContext = ZoomVideoSDKSessionContext()

        sessionContext.token = zoomSessionToken

        sessionContext.sessionName = zoomSessionName

        sessionContext.userName = zoomUserName

        

        if let session = ZoomVideoSDK.shareInstance()?.joinSession(sessionContext) {

            debugPrint("Session joined successfully.")

            startPreview()

        } else {

            debugPrint("joinSession: failed.")

        }

    }``

 

 - Request :- I require your insights or assistance in identifying and resolving this initialization issue. For reference, I have attached the relevant codebase.


Show less

reply-icon Latest Reply - 

App Size

My app size was 55mb before integrating zoom SDK and now it has increased to 202mb. Play store limits the app bundle size to 100mb and I am not able to publish my app after integrating zoom SDK.

reply-icon Latest Reply - 

Find Widget Name in API

Anyone know how to find the widget name through the API? If you review an engagements call path, you can see it on each step of the call, but I can't seem to find anywhere to pull it other than the last widget used in the call (which isn't sufficient... Show more

Anyone know how to find the widget name through the API?  If you review an engagements call path, you can see it on each step of the call, but I can't seem to find anywhere to pull it other than the last widget used in the call (which isn't sufficient).  


Show less

SalesforceとZoomの連携について

SalesforceZoomを連携して、Zoomフォームからのウェビナー申込者をSalesforceのリードとして管理できるよう設定いたしました。

 

Zoomフォームではカスタムで質問項目(業種・興味のある製品 など)を作成できますが、

それらのカスタム項目とSalesforce上の項目のマッピングをどのように行えばよいかご教授いただけますでしょうか?

(Zoomフォームの「メールアドレス」「姓」がそれぞれSalesforceの「メールアドレス」「姓」とデフォルトでマッピングされている認識です。)

Can't add Miro App

When clicking to add Miro app it shows a Launch Zoom button on Chrome. Clicking the button won't do anything. If I manually launch Zoom, the same thing happens.I've been trying to install this app for over a month with no success. I also saw that in ... Show more

When clicking to add Miro app it shows a Launch Zoom button on Chrome. Clicking the button won't do anything. If I manually launch Zoom, the same thing happens.

I've been trying to install this app for over a month with no success. I also saw that in Miro's community forums, many people are having this same issue.


Show less

reply-icon Latest Reply -