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

Fixing unknown library popup on Windows Zoom C++ SDK

I’m developing in the C++ Zoom SDK on Windows an application that uses a separate gRPC application connection. I’ve integrated the code into the demo app without issue, but whenever I run the application I get a popup now that says: sdk.dll is using…
Tyler Findlay
  • 607
  • 1
  • 4
  • 19
0
votes
0 answers

Laravel zoom error "{"reason":"unsupported grant type","error":"unsupported_grant_type"}" Following code

This is my code (https://i.stack.imgur.com/k8Kwx.png) I sending code all require parameters when I sent request from postman it works fine. but when I call this api using php or in laravel I get an error "{"reason":"unsupported grant…
Raj Sd
  • 1
0
votes
0 answers

How do I connect my socket.io to my page?

I am trying to clone a zoom meeting. It works on my localhost:3000 but I don't know how to make it point at my webpage. I tied modifying what "const socket = io('/')" pointed at but it didn't work. I also tried using different html files that…
0
votes
1 answer

node js axios zoom; how to await response from zoom api?

I have searched extensively through many answers, most of which are NOT directly related to retrieving the ZOOM data through AXIOS, but to no avail! I want to call the ZOOM API via axios synchronously i.e. await for zoom api response before…
chris-j
  • 61
  • 7
0
votes
0 answers

How to use the Zoom Meeting Web SDK in an Ionic app using Android WebView?

I'm working on an Ionic app that needs to integrate with the Zoom Meeting SDK. I'm aware that the Ionic Zoom Meeting SDK plugin is no longer officially supported, but I found a workaround that involves using the Zoom Web SDK method to build an…
Aadhil
  • 3
  • 4
0
votes
0 answers

Flutter widget which drag, rotate, zoom and not take any extra space

I have already try matrix_gesture_detectox its working in debug mode but not working in release mode in debug mode its rotating, zooming, dragging like everything what i want but not in release mode its not doing any thing. I not got any error in…
0
votes
0 answers

Joining meeting timeout. Invalid paramet

This is my Zoommsdk.js file am trying to integrate the Zoom Web SDK onto my React App, I went through their documentation and followed the steps of their Sample App(server.to.server app), but however - When I try to join A meeting from my App, It is…
firas
  • 1
  • 1
0
votes
0 answers

Zoom Api endpoint /accounts/{accountId}/report/daily gives "Invalid access token error"

When calling the endpoint /accounts/{accountId}/report/daily mentioned in documentation https://developers.zoom.us/docs/api/rest/reference/zoom-api/ma/#operation/reportDaily getting below error. Here is my Request…
0
votes
0 answers

Waiting room guests are not joining automatically when host later starts zoom meeting

Is there any option to automatically join the waiting guests when host starts meeting. Like it's done in Zoom desktop app? Always the guests sits on "Meeting has not started" and nothing is happening when the host later starts this meeting. function…
sridharnetha
  • 2,104
  • 8
  • 35
  • 69
0
votes
0 answers

Issues with virtual background on Zoom Web SDK version 2.10

I am experiencing some problems using the virtual background feature on Zoom Web SDK version 2.10. I have successfully enabled virtual background using SharedArrayBuffer, but I am having trouble loading a background image from my developed web…
0
votes
0 answers

Zoom Web SDK - Upload image for background

I am working on a platform that utilizes the Zoom Web SDK in JavaScript to start and manage Zoom meetings within an external platform to Zoom.us. Currently, I am trying to determine if it is possible to load a custom background image to use during…
0
votes
0 answers

Zoom api Authentication : 400 ERR_BAD_REQUEST while trying to get access token

I am planning to create an SDK for our customers. We are a saas company and allowing users to create meeting, webnairs etc and let their users signup in their sites and with the help of web sdk, we will show the meeting in their own website instead…
Hkm Sadek
  • 2,987
  • 9
  • 43
  • 95
0
votes
0 answers

Can we use integrate zoom_sdk into flutter app?

If the answer is yes....I'm getting several errors while importing packages even after adding dependencies in pubspec.yaml file. for the entire integration I followed (https://pub.dev/packages/flutter_zoom_sdk) **After that I have seen a post in …
0
votes
1 answer

ZoomUS not working with Expo React Native (Null Exception Occurred)

import React, { useEffect, useState } from 'react'; import { Button, Alert } from "react-native"; import { KJUR } from 'jsrsasign'; import ZoomUs from "react-native-zoom-us"; const CLIENT_KEY = 'xxxxxxxxxxxxxxxxxxxxxxx'; const CLIENT_SECRET =…
Parinda Sathsara
  • 183
  • 1
  • 1
  • 4
0
votes
1 answer

Invalid Signature Moving from JWT to SDK type app - zoom web app

I’m upgrading from old JWT app to the latest SDK meeting app While trying to join a meeting I get an error: { "method": "join", "status": false, "result": "Invalid signature.", "errorMessage": "Signature is invalid.", …
Guy Perry
  • 1
  • 1