Questions tagged [zoom-sdk]

For programming questions related to the Zoom SDK and how it can be used for integrating Zoom communication platform features. GENERAL USAGE QUESTIONS ABOUT ZOOM ARE OFF-TOPIC! Stack Overflow questions must be about programming using the Zoom SDK/API.

Zoom SDKs allow applications to integrate Zoom’s full-featured unified communications platform.

See github ZOOM page for more info about sdk usage and supported platforms https://github.com/zoom

Zoom SDK Reference Links: https://developers.zoom.us/docs/sdk-references/

340 questions
0
votes
0 answers

where can I find zoom activity logs?

I am a new Application packager and the requirement is as follows: If zoom.exe is present and not used in 180 days - uninstall If zoom.exe is present and used in 180 days - update I am trying to see logs but the folder is empty. I found that Zoom…
0
votes
0 answers

Requesting OAuth Token from Zoom API

i have this api in .net core : [HttpGet("authorize")] public IActionResult Authorize() { var clientId = _configuration["ZoomAppSettings:ClientId"]; var redirectUri = _configuration["ZoomAppSettings:RedirectUri"]; var…
0
votes
0 answers

What account type are Zoom accounts in Android AccountManager?

The Android documentation specifies adding accounts as follows: newChooseAccountIntent(null, null, new String[]{"com.google"}, null, null, null, null); com.google is the account type for google accounts such as gmail. What is the account type for…
Zen
  • 115
  • 7
0
votes
0 answers

Zoom recording webhook

I've make the webhook endpoint for zoom. I can receive the meeting webhook but I can't receive the recording webhook @router.post('/webhook') async def webhook(request: Request): headers = dict(request.headers) body = await request.json() …
Huzdaifah
  • 11
  • 3
0
votes
1 answer

Calling zoom phone using Twilio results in inaccurate CallStatus

I am trying to make a call to zoom phone's shared line group using Twilio. I've also set a TwiML so that a message is played when the call is picked up. My code is written as below in Go. func main() { // Find your Account SID and Auth Token at…
achang
  • 1
  • 1
0
votes
1 answer

Zoom API - Getting webinar participants/registrants for a recurrent webinar/meeting

I’ve created a code that calls Zoom API to get webinars’ participants/registrants’ data by "Webinar ID" and it works fine unless I'm calling a repeating webinars. When calling for webinars that have multiple occurrences I get an error that the…
YoWei
  • 1
  • 1
0
votes
0 answers

Show/Hide captions options no appearing when using Zoom Meeting SDK

We are using Meeting SDK (Javascript, client view) to load a webinar on our website. The problem is that our webinar is supposed to incorporate captions. Even though the Show/Hide Captions appears at the bottom, when the user clicks on the arrow to…
cesarcarlos
  • 1,271
  • 1
  • 13
  • 33
0
votes
0 answers

Zoom Meeting - Access to a meeting who are registered to my application

I have developed a App for teaching purpose. So I want users to attend a zoom meeting who has paid for course. So how can I disable the other users to attend the same meeting? So the flow is, user will click on one button on my app, and they will …
0
votes
0 answers

Zoom API for PMI

I'm trying to create a Zoom personal zoom meeting from Zoom API. But Zoom API response is confusing, what data field means correct zoom meeting id for PMI. Please let me know what field is correct between "id" and "pmi"?
shunman
  • 227
  • 1
  • 2
  • 9
0
votes
1 answer

How to find the saved zoom recordings in our computer?

Want to find the folder system of zoom meeting recordings. Once the meeting is finished, all recordings are auto converted and saved into the system. Right now, I am using macbook pro. Where to find the saved recordings of zoom meetings in…
Clinto_92_Abraham
  • 333
  • 1
  • 3
  • 10
0
votes
0 answers

Zoom Video Sdk with nextjs

let Stream = client.getMediaStream() let VideoClient = client.getMediaStream() Stream.startVideo({ videoElement: document.querySelector('#self-view-video'), })
0
votes
0 answers

Continue to show video from camera when app is in background for iOS 16

I have been working on a video calling application, for my usecase, I would like to show the video of a person in the call even though he has backgrounded my application. In apple doc, it is specified that it can be achieved from iOS 16 using…
0
votes
0 answers

Does agora/zoom have an API/SDK that would allow me to initiate a video call by clicking on a button and automatically ring a specific user

Does agora/zoom have an API/SDK that would allow me to initiate a video call by clicking on a button and automatically ring a specific user. If yes can you provide sample code with steps to run it. I tried searching documentation didn't find much…
0
votes
0 answers

Error "net.:ERR_UNKNOWN_URL_SCHEME" while trying to join a zoom meeting in ionic in-app-browser

I'm trying to join a zoom meeting using the InAppBrowser plugin and I get the following error: The webpage at zoomus://us05web.zoom.us/join? could not be loaded because: net.:ERR_UNKNOWN_URL_SCHEME Here's the relevant code in my Ionic…
0
votes
0 answers

Mic on SENNHEISER HD 450BT intermittently disconnects

I have Sennheiser HD 450BT, that overall works great, but when on zoom call, mic intermittently disconnects/mute. Anyone experienced something similar? The only way to recover, disconnect and reconnect to computer.
N. Ali
  • 26
  • 1