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

Zoom Video SDK: Screen Sharing not working

I Also posted this topic in Zoom Community and still got not replies. [Situtation] I’ve been following the documentation to implement Screen Sharing feature with React. Although, it only shows the sharing screen to started user and others doesn’t…
Nuintee
  • 33
  • 3
0
votes
0 answers

how to solve problem with oAuth Zoom in Nextjs?

I am trying to authenticate the user in order to get data to use to create or update meetings later. but it full of errors. Here I am sending Post Requests in order to get the AccessToken and then get the UserData as props. export async function…
Hazem
  • 1
0
votes
1 answer

Problem while building a custom app with zoom SDK

I am trying to integrate Zoom SDK in my app. I was following steps provided by the documentation here. I imported both the .arr modules i.e., in commonlibs and mobile rtc then I added required library as dependencies from project structure ->…
0
votes
1 answer

Error occurred during zoom integration in .NET

public void OAuthRedirect(string code) { RestClient restClient = new RestClient(); RestRequest request = new RestRequest(); ServicePointManager.SecurityProtocol = SecurityProtocolType.Tls12; request.AddParameter("grant_type",…
0
votes
0 answers

Zoom Web SDK integration issue in asp.net

I am working on video conference with Zoom Web SDK 1.9 in asp.net(C#) web application, and it is working as expected. But as soon as I join the zoom meeting and try to refresh the page or navigate to other page via menu, it is automatically logged…
Shyam Narayan
  • 1,009
  • 2
  • 14
  • 28
0
votes
2 answers

Zoom api respons with wrong date on creating meetings

i have an app to create and schedule meetings with zoom and this is how it works React app sends data to my Express REST API Express API forwards data to Zoom API Response from Zoom API is stored in Mongo DB In React i send data as start_time:…
FalconZ
  • 3
  • 3
0
votes
1 answer

Node.js Zoom API: invalid authorization code

I have an application that I use to connect the user to the Zoom MarketPlace, according to this guide: https://marketplace.zoom.us/docs/guides/auth/oauth Can anyone help?
Or Assayag
  • 5,662
  • 13
  • 57
  • 93
0
votes
0 answers

Skype or Zoom without mouse

I am trying to set up a simple video-call device for a senior that has absolutely no idea of technology. The plan: An old Laptop connected to a monitor and a USB keypad. The laptop boots up (win 7 or 10) and starts skype or zoom ( some form of…
0
votes
0 answers

How do i get meeting duration in react-native-zoom-us

import ZoomUs, { ZoomEmitter } from 'react-native-zoom-us'; const testData=await ZoomUs.initialize({ clientKey: 'Your client key', clientSecret: 'your client secret', domain: 'zoom.us', }); const joinMeetingResult = await…
0
votes
2 answers

Zoom gallery view with their Video SDK

I am evaluating the suitability of the Zoom Video SDK (Web) for a new application, but I have concerns about participant count limitations and rendering a gallery view. Hard upper limit I could not find a definitive upper limit to how many…
Jannie Theunissen
  • 28,256
  • 21
  • 100
  • 127
0
votes
2 answers

Node JS: TypeError: Cannot destructure property `access_token` of 'undefined' or 'null'

I'm currently fetching a token from Zoom Api, which works fine. The problem lies after that when i'm trying to destructure the property so I can get the access_token. var username = "client id"; var password = "client password"; var options = { …
Bob
  • 21
  • 3
  • 14
0
votes
1 answer

response with invalid access token In zoom api create meeting

I updated the access token and refresh tokens and latest tokens but still get the response as "{"code":124,"message":"Invalid access token."}" I am following the oauth process create zoom meeting function: public function…
0
votes
1 answer

How to restrict the visibility of the users as host?

I am starting to build a Web and Android application that requires the Zoom meeting functionality. But my app has a special requirement for Zoom meeting: The host can see all the participants in the meeting whereas the participants can only see the…
Wai Yan Hein
  • 13,651
  • 35
  • 180
  • 372
0
votes
1 answer

Outlook add-ins desktop - show google oauth 2 dialog

I'm trying to implement the functionality to log in with Google from the Outlook add-in. From the web version of outlook, everything working well, but from the desktop, I can't find a way how to open the Sign in with Google popout. Instead, it just…
0
votes
2 answers

Zoom Web SDK module not found

I've been working on this for a week now but I can't seem to make it work and I am tired as hell. I'm trying to test the dev zoom sdk but it's giving me this error. What I already tried but doesn't work: run npm install copy @zoomus to node_modules…
dprian
  • 25
  • 7