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
1 answer

How to know if zoom is currently running in sharing mode

I want to programmatically stop and start zomm screen sharing (using means I know to manage). The problem is : how to know if zoom is currently in sharing mode ? Perhaps spying some process activities / launch ? I've searched in…
coutier eric
  • 949
  • 5
  • 18
0
votes
1 answer

how to use ZoomNet DownloadFileAsync

I'm using a Nuget package Jericho /ZoomNet, trying to download a zoom recording (mp4) [winform App] I'm not sure how the DownloadFileAsync() works to save the File from the Stream, I keep getting task cancelled exception Can you point to any…
George
  • 11
  • 4
0
votes
1 answer

How to generate ZAK token to Start a meeting in ZOOM

I am trying to integrate the latest zoom SDK iOS(5.10.1.3038) in my application, Previously I tried to login using email and password along with meeting Id to start the meeting. I know that functionality is deprecated, So I am using the OAuth…
jerfin
  • 803
  • 1
  • 13
  • 28
0
votes
1 answer

Zoom SDK 2,3,5 Integration error (You have been limit by zoom, verfy recaptcha and try again)

I am trying to integrate zoom web SDK 2.3.5 in my Vue app with the Laravel as a backend but getting an error while joining the meeting. here is the error message, You have been limiting by zoom, verfy recaptcha and try again, open…
0
votes
2 answers

Identify Outlook meetings that include both a Teams meeting link and a Zoom meeting link

A recent Outlook updates automated the addition of Team links to every meeting invite. I've had several meetings go sideways because the person distributing the meeting invite wasn't aware. Is there a configuration or script to scan meetings on my…
Chris
  • 61
  • 1
  • 3
0
votes
0 answers

TCL/TK windows black in ZOOM "share portion of screen"

I have a weird effect in ZOOM which only appears for TCL/TK windows. Ubuntu 18.04, GNOME window manager. ZOOM version 5.10.3 (2778) (relatively new, I was forced to do an update, the problem is also new). TCL/TK 8.6. I start a ZOOM session and…
Ralf
  • 1,203
  • 1
  • 11
  • 20
0
votes
1 answer

How to assign User to Breakout session with the zoom-andoid-sdk?

I want to automatically assign users to breakout-rooms during a meeting (not beforehand, not with CSV-import). When I use the android-sdk demo app and add a listener, then the IBOAdmin is always null. ZoomSDKInitializeListener listener = new…
slartidan
  • 20,403
  • 15
  • 83
  • 131
0
votes
1 answer

Zoom-SDK Duplicate class com.google.android.exoplayer

i'm using lastest version of zoom-sdk, and i'm getting the following error: Duplicate class com.google.android.exoplayer2.video.spherical.package-info found in modules exoplayer-core-2.16.1-runtime…
0
votes
0 answers

Android kotlin Cannot Generated Signed Bundle/APK. Getting error : Type a.a.a.a.a is defined multiple times

I have search many times to solve this error. My apps going well when build with no signed but it getting error when build Signed Bundle/APK. I used zoom meeting android SDK in my project with module name mobilertc and commonlib. i have included…
mpa__
  • 33
  • 4
0
votes
0 answers

Zoom api gives error when I try to use refresh token

We've been trying to get zoom refresh_token to work for months, but to no avail. Can anyone tell me where we're going wrong? token = base64.b64encode( (getConfig().ZOOM_CLIENT_ID + ":" + getConfig().ZOOM_SECRET).encode('ascii')) token = 'Basic '…
0
votes
1 answer

Created Zoom app (oauth). It doesn't appear in my Windows client apps list

I have created a Zoom app (oauth app type). I can use the "local test" and everything seems correct. I can't get the app to appear in my Zoom Windows client. I want to test the user experience of actually clicking the app in the apps list. I've…
Steve
  • 1,065
  • 15
  • 34
0
votes
0 answers

Zoom videos call APIs & SDK not working on Heroku servers

Zoom API for video call are working fine on Windows OS but aren't working on linux based systems. Similar issue while deploying SDK to cloud based platforms like Heroku. https://marketplace.zoom.us/docs/sdk/video/web
0
votes
3 answers

Customize Embedded Zoom Meeting SDK with Component View in 2.2.0

When working with Embedded Zoom Component, the Zoom SDK return an element which you need to place it inside an html element the problem is how to resize and position the returned component inside my code after rendering const client =…
0
votes
1 answer

How to update an existing meeting with Zoom API with restsharp

I am trying to update or reschedule a scheduled meeting or changing the date of a scheduled meeting to the next month in visual studio with restsharp. This is the link of Zoom API version 2…
Abraham
  • 15
  • 2
0
votes
1 answer

How to create a meeting using the zoom api

I'm looking at the zoom api documentation. I created an app that allows patients to set up appointments with doctors. Everything is virtual. I need to setup time with the doctor and create a zoom meeting link. i looked at the API…
Chris Hansen
  • 7,813
  • 15
  • 81
  • 165