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

Zoom Windows Meeting SDK: How minimize the meeting programatically?

I use Zoom Windows Meeting SDK v5.13.5.12103. OS: Windows 10 Is there any method to minimize the meeting programatically? Tried to use ShowWindow() with different nCmdShow but it doesn’t work. By "minimize" I mean show the Zoom Mini Window (this is…
M14
  • 192
  • 1
  • 2
  • 10
0
votes
0 answers

React-Native Android crash on install - NullPointer on zoom video-sdk initialize

On some devices, we get a NullPointer exception when loading the app from install. The workaround is for the user to clear the app cache to make the app work. However, this is not possible for end-users. Errors java.lang.NullPointerException:…
0
votes
0 answers

Type a.a is defined multiple times on release build

I am using iHealthSDK and mobilertc in react native project.Application is running fine in debug mode but there is issue while making release build Type a.a is defined multiple times:…
0
votes
0 answers

Using drawBitmap to scale with pivot Java Android

I am a react native developer and I am trying to modify a native library in order to be able to scale a Bitmap with a pivot. The library is making the scale effect by just modifying the bounds of the Bitmap using a BitmapDrawable and setBounds. I…
felire
  • 11
  • 1
0
votes
0 answers

Adobe animate for android zoom

Is there any way i can zoom on specific object, for example picture on flash android app. Lets say i have a photo and i want user to be able to zoom it normally. The way adobe has it in its script its weird and makes a mess, its not right. I want to…
K Šiljo
  • 21
  • 4
0
votes
1 answer

Send document to zoom chat via java program

I'm trying to send a file using zoom api, and I have a OAuth server-to-server authentication with /chat_message:write:admin in my app scope and I have tested simple message without problems. I already have a token, my ID and my recipient's ID. My…
AndreaTaroni86
  • 549
  • 12
  • 27
0
votes
1 answer

nextjs dynamic() import works in dev mode, but not the production, Nextjs13 pages dir #45582

I have an app with nextjs 13 pages dire. i am using zoom web sdk for embed the meetings. it works just fine in the dev mode. the proplem: when i build the app everything working except that zoom component not showing up after build, when visiting…
Ahmed
  • 1
  • 1
0
votes
1 answer

Can't import header file from zoom sdk in flutter windows

I want to integrate the zoom meeting windows sdk into my Flutter plugin. But I can't import header file from zoom sdk. For the test I wanted to use only zoom_sdk.h and try to initialize zoom. But when I try to build the project, I get an…
M14
  • 192
  • 1
  • 2
  • 10
0
votes
2 answers

zoomsdk react and node integration always ends up with an error

I have been trying to integrate zoomsdk in my react app and also followed every step metioned here. Backend part is working fine and I am getting back the signature response. But when I try to run the frontend part, it throws this error: Error:…
0
votes
0 answers

Not able to create Object for audioRawData while trying to access Raw Audio of user using video sdk zoom

Description I want to access Raw audio stream for a meeting using videoSDK. For this I came across Windows SDK and am trying to use the same to get the raw data. https://marketplace.zoom.us/docs/sdk/video/windows/advanced/raw-data/ I am trying to…
PRAKHAR KAUSHIK
  • 113
  • 1
  • 8
0
votes
0 answers

how xy coordinates right places when imgeView zoom android

xy coordinates place on imageview and then zoom is apply on that. So coordinates are disturbed not placed correct places. a after apply zoom on a imageview then check second image b how to resolve after apply zoom on ImageView dots are also…
0
votes
1 answer

MapView zoom causes the map to be obscured

I have a problem with the python mapview library: kivy_garden.mapview: if I insert the zoom in the variable map = MapView(zoom=7) the map is completely obscured by a blue color as below you can see both the image and the code. # import & from import…
0
votes
0 answers

on windows os, window.devicePixelRatio return the os zoom and browser zoom level, how to get them separately?

when I run window.devicePixelRatio on windows, when the zoom level of the display is 150% and the browser is on 100%, I get 1.5 as a response. I need to separate the os zoom level and the browser zoom level (using javascript)
Omer72
  • 83
  • 1
  • 6
0
votes
0 answers

How to use zoomer jquery plugin in product gallery to zoom the large image every time i click on it?

Product gallery view code
@{ string[] AllImages = Model.ProductImage.Split(','); …
Maira
  • 1
  • 3
0
votes
1 answer

Requesting OAuth Token from Zoom API Shortens the access_token attribute, but does not in Postman

The access_token is always 632 characters long, and when I test it in Postman it works fine Postman Code: using System; using RestSharp; namespace HelloWorldApplication { class HelloWorld { static void Main(string[] args) { var client =…