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 Zoom images in a ListView in Xamarin using MVVM Pattern?

I am new to Xamarin and specially to MVVM. I have a ListView which is showing me Images.
M.Waseem
  • 28
  • 1
  • 7
0
votes
0 answers

How to open up a zoom meeting url in device's browser in xamarin.forms?

I want to open up zoom meeting url from my app in device's browser, i.e. Safari in iOS and Google chrome in Android. Here is the url of zoom meeting: Meeting ID I have successfully opened up this url in browser using Xamarin.Essential: public async…
Divyesh
  • 2,085
  • 20
  • 35
0
votes
1 answer

Zoom-sdk works locally, but not when deployed

I use zoom's API, jwt and the websdk to create a meeting on button click, then join as a host and simultaneously start the meeting enabling others to join. This works fine locally, but somehow when deployed to cloudflare I get the following…
Johnny Kontrolletti
  • 727
  • 1
  • 10
  • 22
0
votes
0 answers

Python - Speech Recognition library causes speaker output from Discord or Zoom to cut out on Windows

Steps to reproduce problem (appears to be PC only): Join a Zoom or Discord group call, ensure you can hear other people in the call Use basic speech recognition code, such as below Now can no longer hear other people in the call Leaving and…
Zefyr
  • 13
  • 2
0
votes
1 answer

How to call REST-API of Zoom from Angular 11 directly?

Everybody. i am come with a problem that answer i could not found google. so i asked. problem is when i try to calling Zoom any API then i am greeting error CROS that is below. i used proxy server for this but not working .so i removed this from…
pankaj
  • 1
  • 17
  • 36
0
votes
1 answer

Schedule Library for Python Not working as intended

I am creating an application that basically just joins my zoom meetings at their specific times but the problem is that I am using the schedule 1.0 library and it isn't properly working like the function doesn't run at the given time. I tried…
Vasu Bansal
  • 41
  • 1
  • 6
0
votes
2 answers

Scale Shapes without moving it apart

I am trying to create 2 similar dimension shapes (rectangles) one below the other with scaling effect. But however when the rectangles are scaled, the 2 shapes overlap on each other. This behavior is not expected. I would expect the rectangles to be…
Deepak
  • 3
  • 2
0
votes
1 answer

Python multiple PATCH gives http.client.CannotSendRequest: Request-sent

I have an issue when I try to update the type of user (Base or Licensed) with Zoom API. I need to give licenses automatically to a group of users. It works only for the first user, and when I try to update the second one, I get this error: Traceback…
holly.woo
  • 15
  • 1
  • 10
0
votes
1 answer

To schedule tasks and stop tasks after some time

Well, I am making this program which will click a link sent on zoom and close zoom at the end of meeting This is the code import pyautogui import time import pause import datetime import schedule YEAR = 2020 MONTH = 11 DATE = 6 HOUR = 10 MINUTES =…
Chinar
  • 7
  • 4
0
votes
1 answer

Invalid redirect error using zoom oauth2 and flutter_web_auth

I am trying to authenticate the user and followed all the instructions. Changed AndroidManifest scheme and the join function is provided below. How to solve this? Future onJoin() async { //setState(() {}); final result = await…
0
votes
0 answers

Parsing a complicated string

I'm calling the Zoom API from Apps Script and it is returning data like this: { "page_count": 1, "page_size": 30, "total_records": 25, "next_page_token": "", "participants": [ { "id": "w8fMI8zCSl2O8iO91xxxx", …
Luke
  • 183
  • 9
0
votes
0 answers

Zoom Meeting API - msxml6.dll error '80070005' Access is denied

I am trying to update data in a Zoom meeting via the API with the following Classic ASP code: 'Get access token access_token = getJWTToken() strState = "nsw" varStart = dateFormat(strStart,"yyyy-mm-dd") & "T" &…
Benzine
  • 472
  • 1
  • 5
  • 19
0
votes
1 answer

zoom api cmeeting created with wrong start date

I'm working on an elearning website and I'm trying to integrate Zoom meetings using the API According to the official documentation, the start_time must be set to the yyyy-MM-ddTH:M:S. Example : 2020-10-02T18:00:00 Based on that, this is the code…
Amine Messaoudi
  • 2,141
  • 2
  • 20
  • 37
0
votes
2 answers

How to embed zoom video on a moodle website?

I wanted to embed a stream of a Zoom meeting into HTML and allow users to attend meetings directly inside of an application. I used the following code.
bhanuka.w
  • 13
  • 6
0
votes
1 answer

react-native zoom-bridge sdk build in ios real device not working but in emulator,it is working

it is showing unable to install.build is happening fine No code signature found. Domain: com.apple.dt.MobileDeviceErrorDomain can anyone come up with a solution..thanks in advance