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 Outlook Add-in Google Sign In Issues

Hi Everyone,I have a user who is trying to sign into Zoom using their Google account, they're able to via the website but then they try to sign in using Google through the Outlook Add-in they receive the attached message. I have enabled less secure a... Show more

Hi Everyone,


I have a user who is trying to sign into Zoom using their Google account, they're able to via the website but then they try to sign in using Google through the Outlook Add-in they receive the attached message. I have enabled less secure add-ins within Chrome but the issue is still occurring, has anyone seen this before?

 

ZoomError.png

Thanks!


Show less

Resolved! Zoom Projectors?

I just learned of an Epson laser projector on which Zoom can be installed. I haven't used it yet, so don't know more about how it works. It got me wondering, which is why I'm here, is there a category of projector that allows for Zoom? what is that "... Show more

I just learned of an Epson laser projector on which Zoom can be installed. I haven't used it yet, so don't know more about how it works. It got me wondering, which is why I'm here, is there a category of projector that allows for Zoom? what is that "internet enabled"? And what makes one better/worse? 

 

thanks

 


Show less

reply-icon Latest Reply - 

Resolved! link meeting about diferent zoom meetings

hello zoomWe have 3 zoom meeting type products and this difficulty appears on the invitation link:In 2 Meetings that we have, the link is generated as follows:https://user1.zoom.us/j/1234567890Features:in the third Meeting generate the lin like this:... Show more

hello zoom

We have 3 zoom meeting type products and this difficulty appears on the invitation link:

In 2 Meetings that we have, the link is generated as follows:
https://user1.zoom.us/j/1234567890
Features:

in the third Meeting generate the lin like this:
https://zoom.us/j/0123456789

with these 2 Meetings that we have. We are using the link for the url schemas in zoom and it works without problems, but the other url (Third Meeting) cannot be used for the zoom schema since I have problems opening them directly in the mobile browser, in order to launch the mobile app of zoom

How can I solve this problem?
Any account settings?

any account update?

Thank you for your attention and any feedback.


Show less

reply-icon Latest Reply - 

How to hide UI

Hi,

I am using Zoom native SDK.  My requirement is that we need to hide UI and all the inputs should be given in code.

I want to implement like service.

Can anyone help me?

reply-icon Latest Reply - 

Create API-Key for moodle

Hi together,I have got an managed account for zoom with 100 basic licences and 20 paid licences. I want to create an api-key for moodle but I have a problem withit.Moodle is able to create zoom meeting within a plugin. But if I create with my admin a... Show more

Hi together,

I have got an managed account for zoom with 100 basic licences and 20 paid licences. I want to create an api-key for moodle but I have a problem withit.

Moodle is able to create zoom meeting within a plugin. But if I create with my admin account the API-Key, it is possible to create meeting for each user in my managed account. I only want to create an API-Key for a specified user. (eg.: ***********)

 

The user is not be able to create his own API-Key, because its a managed account. So I hope, someone can help me 🙂

 

Greets from Germany


Show less

Android resource linking failed” issue on latest Android Meeting SDK v5.9.6

Android resource linking failed ERROR:.../zoom_mobilertc/build/.transforms/40131813ebb38bb6ab24880511c3ceb8/transformed/jetified-mobilertc/res/layout/activity_media_player.xml:15: AAPT: error: attribute fastforward_increment (aka com.myapp.event:fast... Show more

Android resource linking failed ERROR:.../zoom_mobilertc/build/.transforms/40131813ebb38bb6ab24880511c3ceb8/transformed/jetified-mobilertc/res/layout/activity_media_player.xml:15: AAPT: error: attribute fastforward_increment (aka com.myapp.event:fastforward_increment) not found. ERROR:.../zoom_mobilertc/build/.transforms/40131813ebb38bb6ab24880511c3ceb8/transformed/jetified-mobilertc/res/layout/activity_media_player.xml:15: AAPT: error: attribute rewind_increment (aka com.myapp.event:rewind_increment) not found. ERROR:.../zoom_mobilertc/build/.transforms/40131813ebb38bb6ab24880511c3ceb8/transformed/jetified-mobilertc/res/layout/zm_content_file_video_viewer.xml:15: AAPT: error: attribute fastforward_increment (aka com.myapp.event:fastforward_increment) not found. ERROR:.../zoom_mobilertc/build/.transforms/40131813ebb38bb6ab24880511c3ceb8/transformed/jetified-mobilertc/res/layout/zm_content_file_video_viewer.xml:15: AAPT: error: attribute rewind_increment (aka com.myapp.event:rewind_increment) not found.


Show less

Api Key and JWT

When I got into market place and hit the Developer button "Build App" is not an option, even after I signed in.  

reply-icon Latest Reply - 

I have 4 pro licenses, wants to create meeting multiple meetings with different hosts using API,

I have 4 pro licenses, wants to create meeting multiple meetings with different hosts using API, the issue I am facing is when multiple meetings are scheduled only the last scheduled meetings works without login, the rest meetings request for host to... Show more

I have 4 pro licenses, wants to create meeting multiple meetings with different hosts using API,  the issue I am facing is when multiple meetings are scheduled only the last scheduled meetings works without login, the rest meetings request for host to login to start the meeting. I have created a JWT app but not able to host 1+ meetings with different hosts. Please advise on how to solve this issue.


Show less

reply-icon Latest Reply - 

Connecting Zoom to Uuki

I want to connect Zoom to Uuki. Does anyone have any information? Uuki will allow it but when I start to connect and login with Zoom this comes up: "Unable to install this app without the developer's account. Please contact the app developer to insta... Show more

I want to connect Zoom to Uuki. Does anyone have any information? Uuki will allow it but when I start to connect and login with Zoom this comes up: 

 

"Unable to install this app without the developer's account. Please contact the app developer to install. Edit on Web Portal"


Show less

Python 3 code to generate signature has a bug

Hello,While looking to generate the signature for API calls using the advice from https://marketplace.zoom.us/docs/sdk/native-sdks/web/signature/ , I noticed that the Python 3 example code has a small bug in it. The last statement, print (generateSig... Show more

Hello,

While looking to generate the signature for API calls using the advice from https://marketplace.zoom.us/docs/sdk/native-sdks/web/signature/ , I noticed that the  Python 3 example code has a small bug in it.

 

The last statement, print (generateSignature(data)), isn't space-aligned to the statement right above. Since Python is space sensitive, this small issue causes the script to fail.

 

In addition, Python 2 and Python 3 don't require semi-colons at the end of statements, so the code could be more "Pythonic" by removing those trailing semi-colons.

 

Any who, hoping to save someone else some time down the line.

Thanks in advance!

 

- Kurt


Show less

reply-icon Latest Reply -