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

Card flip and zoom

I've been making this site and my goal is to make simple card grid with bootstrap. That's done. Next I want those cards flip and zoom with click. That's almost done. When I click the card it doesn't open from that place where the card is but instead…
0
votes
0 answers

Broken mobile responsive in @zoom/websdk

Added @zoomus/websdk for my project. And if I'm open page with meeting using phone or device toolbar from browser, mobile responsive breaks. In devtools detect the width for some element more than screen size. But if open from PC browser and reduce…
Vl Zi
  • 1
0
votes
0 answers

FetchEvent for "" resulted in a network error response: CORP prevented from serving the response to the client

I'm building and app with firebase and expo in react native. The app has live streaming with Zoom Web SDK. In order to deliver a better experience to the end user, for example, the ability to send video faster and enable multiple video streams,…
0
votes
0 answers

Anyone has idea about how Zoom Remote Control Works? How it internally works?

I had a curiosity that how things work. This time I have this doubt. How internally remote control in Zoom app works.
Andy799
  • 1
  • 2
0
votes
0 answers

Troubles deleting marker after zoom in Leaflet

I have troubles deleting leaflet marker after zoom in Leafletjs. Using the newest leaflet version (1.8) and Geoserver vector tiles (Countries point layer): var pbfLayer1 = L.vectorGrid.protobuf(url1, vectorTileOptions1).addTo(map); var…
mare
  • 1
0
votes
1 answer

Zoom Meeting SDK Sample Signature in Php

i need help to write the signature which i need to join a zoom meeting / webinar. There is an example provided on github: https://github.com/zoom/meetingsdk-sample-signature-node.js It is written in node.js This is node.js example for SDK const iat…
MeepMeep
  • 55
  • 1
  • 6
0
votes
0 answers

OpenLayers does not request tiles at low zoom level after updating the view with a new projection

At zoom level close to 0, if I update the view with a new projection, OpenLayers doesn't request all the tiles, only some of them. I have to pan or zoom in and out to make it request all the tiles. I can understand that this s useless if I only…
0
votes
1 answer

PictureBox with SizeMode = Zoom. How get image size in this mode

I have Large image in PictureBox with SizeMode = Zoom. How can I get pixel coords from image when I click on PictureBox or how get image position and size in this case? Thanks all for any help. View app window
Yozheg
  • 1
  • 3
0
votes
1 answer

creating a zoom with tkinter on python dragable and clickable, problem of tag_bind

I'm a French engineering student in water-treatment, and for fun I try to develop an app to show all pipes in a city with some feature, like if you click on a pipe, you have access to all informations about it, but I have a problem! I can't make a…
cèdre
  • 1
  • 2
0
votes
1 answer

I can't get Zoom API Key

I'm trying to get Zoom API Key. So I tried to go to the marketplace.zoom.us page, but I get a blank page. It seems that this problem exists in certain countries, including the Arab countries. I tried several browsers but the same problem, it shows…
meedawi
  • 1
  • 1
0
votes
1 answer

svg clipping on viewbox change

When I change the viewbox parmeter to perform a zoom on a specific svg element, the inner element that is the visualization of the frames gets cropped. Is something wrong with my viewbox attribute conversion or with the mark-up itself? I'm having a…
0
votes
1 answer

Zoom is adding cookies to query parameters and refreshing the sign in page

I am trying to automate a Zoom login on the browser using Selenium in Python. The manual steps are as follows: Visit https://www.zoom.us/signin Enter the email and password. Click in 'Sign in' button. When I try to do the same steps using…
0
votes
0 answers

Joining meeting timeout issue on Zoom API

I’m using Academy LMS script with Academy LMS Live Class (zoom) Addon. This addon asked me to enter api key and security key, I did. Then I start a meeting via the zoom app and save the id and password to the system as a teacher. When i try to…
Berdan
  • 1
  • 1
0
votes
1 answer

How to remove the temporary css codes

I need to disable the position: absolute; from the page this code is showing as temporary and when i open the page.php or View page source in browser don't show any thing about this short css codes so how i can delete it?
0
votes
1 answer

How to access Zoom meeting information using Python

I'm new to using Zoom API and Python. I'm planning to get all Zoom meeting information. I've created an OAuth app to authenticate and authorize users to make requests. I can't use JWT app because of some confidential issues. Just want to learn how…
ACRS
  • 11
  • 2