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

How can we hide the avtar in zoom meeting sdk

How can we hide below gray image in Zoom sdk meeting activity? ZoomSDK zoomSDK = ZoomSDK.getInstance(); MeetingService meetingService = zoomSDK.getMeetingService(); MeetingSettingsHelper meetingSettingsHelper =…
H.Jain
  • 21
  • 2
0
votes
2 answers

stream.getShareStatus() not working in zoom video sdk

I am trying to start video on Screenshare success. But I am not able to get the proper shareStatus from zoom videoSDK. I have tried using the stream.shareStatus() method in videoSDK to get the share status of the screen. But It is returning "ended"…
0
votes
1 answer

Can Zoom cloud recordings associated with a recurring meeting be shared automatically with particiapants?

I have several Zoom meetings which I record and store in the cloud. Is there a way to specify email addresses to automatically share these recordings with? It's getting old doing this manually, especially considering that I am paying almost $150/yr…
Quantifier
  • 135
  • 1
  • 8
0
votes
0 answers

How to enable Gallery view on zoom sdk in react?

I have already tried by using sharedArrayBuffer it works fine. But I need a permanent solution for this. When using sharedArrayBuffer in chrome the token is expired at particular time period. So how to enable Gallery view on zoom SDK in react…
0
votes
0 answers

Library for zoom pan and get coordinates of a canvas in React + Typescript?

I've got a Uint8ClampedArray that comes from my backend representing the pixels array of an image and I'm trying to display it in React + Typescript by using a canvas element. That's the code: const imgData = new ImageData( dataArray,…
0
votes
0 answers

After zoom sdk update Duplicate value for resource 'attr/stroke_width' with config 'DEFAULT' and product ''. Resource was previously defined here:

After i updated the zoom sdk to latest version i started to get this error the folder, error shows first one
0
votes
0 answers

Zoom inset matplotlib with graphic instead of image

I'm currently writing a tool for handling MF4 files and plotting signals. I use asammdf for opening .mf4 files and getting info about the signals in them. I want to make a functionality that zooms in on a graphic whenever the signal reaches a…
rbsch
  • 1
0
votes
0 answers

Tileset union aggregation sum results incorrect and depends on zoom levels

I'm trying to create summary census statistics at different zoom levels for a state in the USA (census block group, tract, county and state), and I've found that the total population results generated with aggregation based on unions and a…
0
votes
0 answers

Generate zoom meeting for client react

I want to auth a user from zoom, take his creds, push them to firebase and use it the generate new meetings from the user account. I am trying to build something like calendly.com when it comes to the the meeting generation. I tried…
like who
  • 111
  • 2
  • 12
0
votes
1 answer

How to keep additional ImageView on same position of a zoomable ImageView - after zooming (Kotlin)

I am using the TouchImageView Repository from MikeOrtiz for Kotlin to implement a zoomable ImageView into my Android APP - so far this is easy, even when I am a greenhorn in coding. Now I want to add an additional ImageView (a red arrow) to the…
0
votes
1 answer

Import Zoom Call Logs data into PowerBI

I can view api data in Postman from https://api.zoom.us/v2/phone/call_logs just fine but cannot, for the life of me, figure out how to pull the data in PowerBI through the Web Import. I get an authentication error or an error that says "A web API…
Chris Hill
  • 45
  • 6
0
votes
0 answers

Invalid Token! Zoom API fail to generate access token using refresh_token

I am using Zoom api to refresh access token if expired. I have tried everything but its always gives me invalid_grant(Invalid Token!) error. I also tried this but problem seem unsolvable. The token I generate is never used but still it gives me…
Muhammad Sami
  • 520
  • 2
  • 8
  • 21
0
votes
0 answers

Mobile app, webkit( website in iframe ) and iframe

I have a website, a page that has two embeds in it, and both are iframe. First one is embed youtube video, and the other is embed zoom conferencing. I'm also using mobiloud service to create an app based on my website. Now, the problem starts when I…
Milos
  • 981
  • 3
  • 16
  • 41
0
votes
0 answers

"&pwd=xyz" is a part of my url which I want to use in cmd but it gives an error which is hilarious

So, I was trying to make a python script on my own that would start a zoom meeting at aspecific time, I figured out how to do it but to initialize zoom, I have the link of the meeting. It goes like zoommtg://zoom.us/join?confno=83031171234&pwd=xyz…
0
votes
0 answers

Ionic Zoom Meeting SDK plugin

I’ve got myself into a bit of a bind because of the Ionic plugin and how it is no longer supported by Zoom, and it’s affecting a major client. I'm trying to do the latest "break fix" for the code with the latest Zoom Meeting SDK, but I’ve got myself…