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
1
vote
1 answer

zoom api: I can create, list, delete, etc a meeting. But I can't get the video from the api

I want to get the video open from my js app. I can do create, list, delete, etc a meeting. But I can't get the video using api. Is there a way to get the video also using zoom api?
GunarathneMDD
  • 180
  • 1
  • 2
  • 11
0
votes
0 answers

Tinymce close on drag when zoominfo extension enabled

I installed Zoominfo extension and enabled when i using TinyMce toolbar ondrag, toolbar getting close. I try no-conflict mode in jquer. i want tinyMCE toolbar to drag when extension enabled, looks like that extension also using .ui-draggable class…
john jd
  • 1
  • 1
0
votes
0 answers

how to override zoom meeting voice when working with sdk in react and node js

Hi I want to integrate language translator for zoom meeting sdk but I don't know how will I override the voice with my voice I just want to get to know that how will i override the zoom meeting voice with my custom voice. i have to add multiple…
0
votes
1 answer

Flutter web app pinch in out zoom not working

I am developing website from Flutter. Flutter website does not support pinch in out zoom. Laptop trackpad pinch in out zoom not working. Nor Android or IOS app touch zoom in out working. What I want to do is make website zoom by CTRL+ and TrackPad…
Honey Last
  • 255
  • 1
  • 3
  • 15
0
votes
0 answers

Uncaught TypeError: c2 is not a function

import React, { useState } from "react"; import ReactDOM from "react-dom"; import { ZoomMtg } from "@zoomus/websdk"; import "./Meet.css"; import SpeechText from "./SpeechText"; ZoomMtg.setZoomJSLib("https://source.zoom.us/2.14.0/lib",…
0
votes
0 answers

How to implement multiple spotlighting using the Zoom Web SDK in component view - SharedArrayBuffer configuration

I have been trying to use the Zoom Web SDK to implement an embedded meeting in a NextJS web app. The default mode works fine, but enabling the SharedArrayBuffer is not working as it should. Using the below nextjs config for setting headers to…
dbau
  • 1
  • 2
0
votes
0 answers

How do I test receiving grade information from third party applications on Open Edx?

I integrated Zoom on the Open Edx platform. You can successfully create a meeting. But I only briefly configured it, and in the configuration process I found that some configurations were related to scores. I want to know what these configurations…
0
votes
0 answers

Zoom API participants data if participant rejoined the same meeting

Zoom has an available JSON data sample for fetching a zoom meeting's participants but just wondering how the data would look like if the same participant left the meeting and decides to join the same meeting. (I've been looking for sample but can't…
0
votes
0 answers

View port Zoom effect

I'm trying to create this view port zoom in effect on the element when clicked and zoom back out when the body is clicked, the problem happens when trying to zoom out because the view port shifted from the zoom in transition. the goal is to make…
0
votes
0 answers

How to add video calling functionality in Ionic-react app, using capacitor, with Zoom SDK(or any other)

I want to add a video calling feature in my ionic-react app with capacitor, I see that there is a zoom SDK plugin but there is no documentation avaliablle for react, can some give me a react code that I can implement in that As ZOOM SDK docs was not…
0
votes
0 answers

Android Binding Library (Xamarin) Zoom Meeting SDK Integration

I am trying to Create Android Binding Library of Zoom Meeting SDK for Xamarin. The Part of C# code generated from the .aar file generated issues. The issue is that it genereated duplicate EventHandler OnSelectVideoEmojiReactionHandler in namespace…
0
votes
0 answers

"Unrecognized feature: 'payment'.", source: https://js.stripe.com/v3/ React.js

I am building a zoom client app using react.js and trying to load stripe Payment Request Buttons in my app from below docs https://stripe.com/docs/stripe-js/elements/payment-request-button I am able to see a Stripe Link button by loading the app in…
Reyaz
  • 1
0
votes
0 answers

Hi there RN app crashes after installing zoom sdk

My app crashing even on initial root where there is no zoom related calls still my app crashes in launching Tried reinstalling zoom sdk Older version is working fine but unable to join meeting on older version showing error: error: 4,…
0
votes
0 answers

What technology should we use to build a realtime voice call analysis?

We need to build a system that will place a phone call to one party, listen to the response (for now, it will be a "hold music" playing), and connect this existing call to another party under certain circumstances. I'm not asking what software we…
Anton Ivanov
  • 199
  • 1
  • 11
0
votes
0 answers

Jitsi_meet_wrapper: Gradle threw an error while downloading artifacts from the network. Retrying Gradle Build: #3, wait time: 400ms

I'm working on zoom clone app in flutter. I'm using jitsi_meeet_wrapper plugin for implementing zoom functionalities. Even after following each and every step shown in documentation getting below error. BUILD FAILED in 2m 22s [!] Gradle threw an…
Rushabh
  • 13
  • 2