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
11
votes
4 answers

'android.useAndroidX' property is not enabled

okay, so this is the first time I'm working with SDKs, I'm using the zoom SDK from here https://marketplace.zoom.us/docs/sdk/native-sdks/android/getting-started and I'm trying to run the sample APK as mentioned in the documentation and it returns…
shane
  • 125
  • 1
  • 1
  • 9
9
votes
1 answer

Google Cloud HTTP function by webhook: Request body is missing data

Im integrating the Zoom API with my Firebase app, and to do so I'm relying on Zooms pre-made webhooks to run an HTTP function on my Firebase for various events like "meeting started" and "meeting ended". Zoom API reference:…
NoteTheNote
  • 473
  • 6
  • 12
6
votes
2 answers

Can not import modules into android studio

I am importing zoom sdk modules into my existing android studio project. But i can not finish the process as the finish button is disabled in AS. Please see the screen shot. Could you please help to fix this. or kindly suggest a workaround. i…
Bineesh Kumar
  • 123
  • 10
6
votes
1 answer

Zoom SDK Vulnerability issue in Android

Ever since we have integrated Zoom SDK, Google has started sending vulnerability warning mails; if not fixed they will take the app down. As per the Zoom blog article on Zoom Rolling Out End-to-End Encryption Offering, they have worked on security…
TheLittleNaruto
  • 8,325
  • 4
  • 54
  • 73
5
votes
1 answer

Zoom URL-schema and deep link format for zoomus links

I'm developing web application which uses Zoom API. In this application users are to be able to go to the specific Zoom meeting. Currently, we are using HTTPS-based links but Zoom provides very low-quality user experience with whose links. How to…
Dmitry Kaigorodov
  • 1,512
  • 18
  • 27
4
votes
0 answers

How to integrate Zoom Sdk in flutter app i am getting error while using flutter_zoom_sdk

i want to integrate zoom sdk in flutter application for that purpose i tried flutter_zoom_sdk package but when i add it in the pubspec.yaml file and run the command flutter pub run flutter_zoom_sdk:unzip_zoom_sdk and try to run the application…
Munsif Ali
  • 1,839
  • 1
  • 8
  • 22
4
votes
1 answer

Zoom Web SDK shows Uncaught TypeError: Cannot read properties of null

I have tried to implement the CDN Client View according to the documentation (link).
George
  • 255
  • 8
4
votes
0 answers

Zoom video in Flutter

I'm using InteractiveViewer class for zooming a video, but sometimes it does not work, I can almost not zoom in or out. I found a way in which I place one finger slightly before the second one and keep it stationary while the other finger moves. But…
4
votes
0 answers

React Native zoom sdk ios error "Undefined symbols for architecture arm64: "_OBJC_CLASS_$_ZoomVideoSDKSessionContext""

I am adding react-native zoom SDK for audio/video calls from their official plugin Link I have followed their documentation and installed SDK for ios. but when running the build from Xcode gets the following error. Also according to their doc when…
swapnil gautam
  • 319
  • 2
  • 9
4
votes
2 answers

Error 401 while using Selenium and Python to log into zoom on Raspberry Pi

I am learning to use Selenium and my goal is to open zoom through a python program on a Raspberry Pi 4. Upon running the pasted code, the program works as intended; opens zoom in browser, maximizes window, selects and clicks sign in, enters…
lg10121
  • 41
  • 1
4
votes
2 answers

Zoom web SDK stuck on 'Joining Meeting'

I 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, but however - When I try to join A meeting from my App, It is stuck on Joining Meeting. as you can see from…
InspiredGhost
  • 111
  • 1
  • 12
4
votes
2 answers

Zoom API : account does not enabled REST API

I am trying to call the zoom API using the JWT token but it returns: { "code": 200, "message": "Account does not enabled REST API." } The query I am using is: POST https://api.zoom.us/v2/users Headers: Authorization: Bearer access_token How…
3
votes
2 answers

Zoom SDK's "ZoomVideo.getDevices()" getting "DOMException: Permission denied" despite allowing Camera in browser on Android

I'm debugging why on Android's Chrome browser why no devices are getting listed when I run: ZoomVideo.getDevices() Once it hits that line of code, my phone will request permission to use my camera, I press ALLOW permission, and then I see the error…
user1189352
  • 3,628
  • 12
  • 50
  • 90
3
votes
0 answers

Zoom Web SDK shows Joining Meeting Timeout. Fail to join

I am trying to implement Client View for Zoom Web SDK. I am using Flask as backend. Here is my code:
George
  • 255
  • 8
3
votes
0 answers

How to integrate zo sdk with flutter windows

I need to integrate zoom sdk with flutter windows app but the package https://pub.dev/packages/flutter_zoom_sdk only support android , ios and web Does any body knows how i can build Flutter windows app with zoom sdk ?!
1
2 3
22 23