Questions tagged [zoomus]
7 questions
5
votes
1 answer
Zoom URL-schema and deep link format for zoomus links
I'm developing web application which uses Zoom API. In this application users are to be able to go to the specific Zoom meeting. Currently, we are using HTTPS-based links but Zoom provides very low-quality user experience with whose links. How to…

Dmitry Kaigorodov
- 1,512
- 18
- 27
1
vote
1 answer
How can I start and view a zoom meeting with python Django and zoom api?
I'm trying to create a LMS system with Django and I need to be able start and view zoom meetings from the website using zoom api. I found a python library called zoomus for python to connect to the api but they don't give any documentation. does…

Sumeth Sathnindu
- 323
- 4
- 15
1
vote
1 answer
ZoomUS - Android Crash - ZoomSDK
Use https://github.com/mokriya-org/react-native-zoom-us-bridge
On Android, when I click join, the app closes, leaving only a "Meeting in progress" notification and not allowing access.
Permisions

JadrDev
- 21
- 7
1
vote
2 answers
React Native: Zoom Android SDK: "startMeetingWithParams" starts a meeting as a participant - need it to start a meeting as host
"startMeetingWithParams" starts a meeting as a participant - need it to start a meeting as host:
I'm trying to create a simple app with the react-native-zoom-us open source project which is claimed to be acting as a minimum bridge to the "zoom…

KARTHIK V V
- 11
- 1
1
vote
0 answers
Unable to create meeting with Zoom API (response code 200)
I'm using the zoomus(https://github.com/prschmid/zoomus/) Python module to create a Zoom meeting via the Zoom API. However, I did notice that when using client.meeting.create(), I'm getting an http response code of 200 (not 201) which I think means…

winston
- 3,000
- 11
- 44
- 75
0
votes
0 answers
Zoom deep linking from the web or browser
We are developing a browser-based web application. That application enables the user to populate a profile, including having a “call me”, “message me” and “schedule a meeting” buttons.
We have integrated with MS Teams, so that if the person is…

Aydin4ik
- 1,782
- 1
- 14
- 19
0
votes
1 answer
How to have a Zoom API that shows my history
I would like to make a program that automatically fetches my Zoom history. To make this program so far I have used zoomus but I am stuck where on getting the API_KEY and API_SECRET. Does anyone know where to get/make this from?
# Documentation…
user14246674