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

Flutter InteractiveViewer working for multible children in a stack

I have a Stack which contains an Image wrapped with an InteractiveViewer and on top multiple Containers in a GestureDetector. Status now: I can zoom(scale) and pan the Image around (InteractiveViewer) and I can move the Containers on their own…
Benjen
  • 1
  • 1
0
votes
1 answer

EXC_BAD_ACCESS (SIGSEGV) - Segmentation fault: 11 - Crash occurring on zoom plugin - macOS - Swift - SwiftUI

I'm working on an application with virtual camera plugin for macOS by using swiftUI & swift. It has also C++ & objective C library. When we use that plugin via zoom crash is happening randomly. What's the main reason of this crash. I made several…
0
votes
1 answer

sccm Query - Trying to create a query for all devices with a certain folder

I'm trying to use SCCM to update all devices with zoom to the latest version. It runs locally under the user, so a typical { SMS_G_System_ADD_REMOVE_PROGRAMS.DisplayName like "%Zoom%" } doesn't work. The best workaround we've come up with is to…
0
votes
0 answers

What is scalable approch to create Zoom bot which can record meeting video with audio concurrently for multiple meeting?

I want to create Zoom bot which can record zoom meeting video with audio. There are few approches Browser automation based a. Using puppeteer b. Using selenium Native app automation based a. Using pyAutoGUI Zoom API and SDK based a. Using Zoom…
Alok
  • 7,734
  • 8
  • 55
  • 100
0
votes
0 answers

integrating zoom account type checking for third party zoom integration

How to check the plan type of the zoom account we are using. Here i have to check if the zoom account the user is giving is eligibile for webinar. in the account details of zoom support it is showing the account type, i have to integrate this to my…
0
votes
0 answers

Video frames appear to be rendering with incorrect format using WebRTC

In my project, I use the Zoom Video SDK to receive frames in a YUV 420i format. I'm doing an experiment trying to render these frames using the WebRTC RTCMTLNSVideoView, but I seem to have a format conversion issue, as the frames rendered on the…
jnpdx
  • 45,847
  • 6
  • 64
  • 94
0
votes
1 answer

Variation Images Gallery for WooCommerce disable zoom on mobile only

I am using the porto theme with the Variation Images Gallery for WooCommerce. How can I disable the zoom functionality for woo gallery images for mobile? Porto theme has this option but this Variation Images Gallery for WooCommerce plugin overrides…
ZeldaG
  • 11
  • 1
0
votes
0 answers

Microsoft team ui modification

I want to make changes in the ui like in the picture. Want to add card like that is that possible to modify the team ui?enter image description here I'm looking in teams tool kit
0
votes
0 answers

Zoom deep linking from the web or browser

We are developing a browser-based web application. That application enables the user to populate a profile, including having a “call me”, “message me” and “schedule a meeting” buttons. We have integrated with MS Teams, so that if the person is…
Aydin4ik
  • 1,782
  • 1
  • 14
  • 19
0
votes
0 answers

React Native zoom sdk ios error " Undefined symbol: _OBJC_CLASS_$_ZoomVideoSDK"

In my project add package for video call @zoom/react-native-videosdk I have followed their documentation and installed SDK for ios. but when running the build from Xcode gets the following error. enter image description here Errors: Undefined…
0
votes
0 answers

error type: ‘JOIN_MEETING_FAILED’, reason: ‘Fail to join the meeting.’, errorCode: 200

Can someone help me, I can’t start/join the meeting, it throws error type: ‘JOIN_MEETING_FAILED’, reason: ‘Fail to join the meeting.’, errorCode: 200 I am using the view component to display the meeting I have searched everywhere but have no correct…
0
votes
0 answers

How can I get list of webinars that started after specific date and time

I am newbie in Zoom Api. I just need to ask simple question please How can I get a list of webinars that started after specific date and time? which API can I use? I try this API but it return all webinars not related to specific date …
0
votes
0 answers

Highcharts zooming is not working in React

I've been testing using React and highchart 10.3.2 and highcharts-react-official 3.1.0. The reset button is not displayed after zooming in. chart: { type: type, height: 500, scrollablePlotArea: { …
Young
  • 1
0
votes
0 answers

Merge multiple sources and stream over RTMP

We have a game show where participants join the game through the Zoom application, we merge 4 player videos into one video using CG Mixer so we are getting each zoom participant's video stream on a single pc then we are sharing the screen into the…
0
votes
0 answers

Zoom SDK error (Already has other meetings in progress.)

I got this error (Already has other meetings in progress) while joining the meeting in the zoom sdk. I tried to check this error on zoom sdk forums but didn't found anything related to that. Check this screenshot