Skip to main content
Filter by
Sorted by
Tagged with
0 votes
1 answer
14 views

How to leave meeting and close embed UI with Zoom Meeting SDK in a SPA?

I’m currently using Zoom Meeting SDK in a VueJS application. I’ve successfully connected to the meeting but there’s a problem: If the user leaves the meeting route, being a SPA, there’s no browser ...
Gabriel Sato's user avatar
0 votes
0 answers
13 views

Error initializing Zoom SDK Error= 5 (unknown), internalErrorCode=124

I have integrated zoom meeting using react-native-zoom-us package in react native app. While trying to initialize react native app with zoom sdk, its giving below error. Error initializing Zoom SDK ...
Kashyap's user avatar
  • 11
0 votes
0 answers
48 views

Zoom Video SDK Crashing in Release Build for Flutter App

Description: I’m experiencing an issue with the Zoom Video SDK integrated into my Flutter app. The integration works perfectly in both debug and profile builds; however, the release build crashes upon ...
ramees softfruit's user avatar
1 vote
1 answer
122 views

Getting [Error: Error= 5 (unknown), internalErrorCode=124] when initializing react-native-zoom-us library in android

I am encountering an issue while trying to initialize the react-native-zoom-us library in my React Native Cli project. The error message I receive is: [Error: Error= 5 (unknown), internalErrorCode=124]...
Kero Fawzy's user avatar
1 vote
0 answers
36 views

Issue with Indefinite Loading While Joining Zoom Meeting Using Vanilla JS and PHP JWT Signature

I want to integrate Zoom Meeting on my matchmaking site between patients and doctors. So I started by creating an APP on the Zoom Marketplace by selecting Server to Server OAuth. On the Backend side, ...
Emma's user avatar
  • 11
0 votes
0 answers
79 views

To use gallery view on Chrome/Chromium browsers, SharedArrayBuffer is required

I am integrating zoom into laravel with server to server auth. But i start the meeting this error is occur in console. https://github.com/gzuidhof/coi-serviceworker I include this file in blade file. ...
Sharafat Ali's user avatar
0 votes
1 answer
323 views

Zoom Video SDK for React Native - crash on import module

I've implemented Zoom Video SDK for React Native as per this guide. When I run my app, I get the following error: Uncaught TypeError: Cannot read properties of undefined (reading 'isChatDisabled') ...
Maxím G.'s user avatar
  • 1,026
0 votes
0 answers
148 views

How to record the speaker audios from youtube , google meeting or zoom meeting etc in reactjs recording application?

I am working on the reactjs project that is recording the microphone as well as system audios and then sending to assemblyAI for transcription, separation of audios and some other processing. So ...
Anas Ch's user avatar
0 votes
1 answer
281 views

Create Zoom Meeting that anyone can join

I am trying to create a Zoom Meeting that will allow any user to enter without host permission. Currently, I am able to create a meeting successfully, however, no one can join the meeting unless the ...
Maisum's user avatar
  • 21
0 votes
1 answer
222 views

Zoom meeting sdk in react native

How to integrate zoom meeting sdk in react-native? Can anyone suggest me the right document for the integration. Suggest me any library or codes to integrate the zoom functionalities in react native ...
prabu p's user avatar
  • 11
0 votes
1 answer
354 views

Zoom auto join using puppeteer

I'm trying to join the zoom meeting with puppeteer, but my code is unable to capture the type password element, can anyone please help? This is my code const puppeteer = require("puppeteer-extra&...
SPARSH JHARIYA's user avatar
0 votes
1 answer
165 views

PureJs Zoom meeting SDK: After joining host is not visible in iOS safari Browser

I am creating a website where implementing zoom meeting sdk in PureJS. Everything works fine on chrome, Mozilla but when joining the meeting on Safari, Host video is not visible to Host and when ...
Rahul Gupta's user avatar
1 vote
0 answers
471 views

Joining a meeting with Zoom meeting SDK sample app Android (Error 5003)

I'm trying to integrate Android meeting SDK into Android App. I did following steps. Downloaded the "Zoom Android SDK" (zoom-sdk-android-5.14.5.13410) -latest SDK Using this link Changed ...
Amila's user avatar
  • 13
1 vote
0 answers
249 views

AAPT: error: unexpected element <uses-native-library> found in <manifest><application>

I'm trying to update the Zoom SDK version in my React Native app to 5.11.3, but I'm encountering an issue when building the app. I'm using the following configuration in my build.gradle file: ...
Yash Raj's user avatar
0 votes
1 answer
1k views

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 ...
Ahmed's user avatar
  • 1