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 send a patch api request using a variable

I am trying to update a user(s) type in the Zoom conference application using their API. I use PATCH as per their documentation, and this works when I hard code the userId in the URL, but I need to use an array variable instead because multiple…
PAPADOC
  • 45
  • 1
  • 6
0
votes
1 answer

Restrict full screen element render from external SDK

I'm using an SDK that renders a full screen element on the page (100% width and height). I want to restrict this. I'm using Vue.js in this project. I tried to render inside an iframe following this demo: Vue.component('i-frame', { render(h) { …
Xinton
  • 306
  • 2
  • 7
0
votes
1 answer

The zoom sdk for video conferencing integrated properly but the top layout which contains camera, audio button is missing

I have downloaded the sample app from here “https://github.com/zoom/zoom-sdk-android” and and I am referring “example2: An Android app that shows how to join meeting without any login credentials.” its working fine but when I am trying to integrate…
-1
votes
0 answers

Why is it zoomed out in browser after uploading it to Github pages?

its my first time being here. I am new to web devolopment and stuff. :) Once I upload a project in github and try to view it as a website using pages, my website gets zoomed out at max (25%). I think I found the solution but i couldn't understand…
-1
votes
0 answers

Unresolved external symbol linker errors for C++ class implementations

Unresolved external symbol linker errors for C++ class implementations See more: C++Zoom Question: I'm working on a project that involves integrating the Zoom SDK into my application. As part of this integration, I'm trying to implement a custom…
-1
votes
0 answers

Addressing Duplicate Webhook Notifications in Zoom Server-to-Server Apps: Seeking Guidance

If you have multiple server-to-server apps in your Zoom developer account and generate webhook URLs for receiving notifications, you might encounter duplicate webhook notifications being sent to your application for the same server-to-server app. To…
-1
votes
1 answer

How can I make a camera zoom script in c# for unity?

I want a c# script so when I hold right click it zooms in a little and when you stop holding right click it goes back to its original position.
-1
votes
2 answers

ZoomMtg is overwriting all css in my entire ReactJS website

Zoom websdk is used to integrate the zoom video platform into your application. Here is the package for the same @zoomus/websdk. All things are working fine for that video UI you've to import this CSS in your file. But the issue with this whole…
Akash Chavda
  • 125
  • 9
-1
votes
1 answer

Join ZOOM meeting not able to join participants NodeJS/Javascript

I was able to setup this sample of Web SDK from zoom itself. https://zoom.github.io/sample-app-web/ It's working fine. I can join to the meeting. However if the meeting already started and first participant joined meeting. The other participant…
Pablo
  • 1,357
  • 1
  • 11
  • 40
-1
votes
2 answers

I am getting C++ compilation issues while compiling my project

I am trying to implement the zoom sdk and want to prevent my screen to be captured and by screen shots for this purpose they have given some functions to be placed inside the project. When I place the code inside the function I start getting some…
-1
votes
1 answer

status 300 after sending POST API to zoom

I want to create a webinar event using zoom API, i create body data using php and format json in json_encode but when i send POST to zoom API it doesn't work. The result always like this: [ [code] => 300 [message] => Request Body should be a…
chiper4
  • 303
  • 5
  • 18
-1
votes
1 answer

Implement Zoom API in a web application in Vue JS

I am developing a web application on the Vue Framework. But I ran into a problem and I don't know how to implement a Zoom API and any video calling company since my web application is dedicated to allowing different people with similar tastes to…
Joset2001
  • 1
  • 1
-1
votes
1 answer

Is there any API to claim hostkey for zoom meeting?

I am writing a sample app to integrate zoom meeting into web application. I have gone through the below links https://zoom.github.io/sample-app-web/ZoomMtg.html and https://marketplace.zoom.us/docs/api-reference/zoom-api I will have a button to…
Murthy
  • 177
  • 2
  • 12
-1
votes
1 answer

Is there a method to obfuscate / hide a zoom meeting URL link?

Simple question. As with anyone at this time (in 2020-2021) is concerned, online conference meetings are the norm. I did some research on the Zoom API, and was wondering if anyone has a solution on obfuscating the zoom meeting URL so that the…
-1
votes
1 answer

How to turn off auto zoom in echarts?

I want to display Ekg waves. I use echarts. But there is a small problem with the visualize. My chart: But I want to see like this page: https://www.arction.com/lightningchart-js-interactive-examples/examples/lcjs-example-0150-ecg.html My code is…
P. Mark
  • 81
  • 1
  • 3
  • 12
1 2 3
22
23