Questions tagged [zoom-meeting]

9 questions
1
vote
0 answers

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 the configs with our zoom account details. (App_key,…
Amila
  • 13
  • 6
1
vote
0 answers

AAPT: error: unexpected element found in

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: buildToolsVersion = "30.0.2" minSdkVersion =…
Yash Raj
  • 11
  • 2
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

Show/Hide captions options no appearing when using Zoom Meeting SDK

We are using Meeting SDK (Javascript, client view) to load a webinar on our website. The problem is that our webinar is supposed to incorporate captions. Even though the Show/Hide Captions appears at the bottom, when the user clicks on the arrow to…
cesarcarlos
  • 1,271
  • 1
  • 13
  • 33
0
votes
0 answers

Zoom Meeting - Access to a meeting who are registered to my application

I have developed a App for teaching purpose. So I want users to attend a zoom meeting who has paid for course. So how can I disable the other users to attend the same meeting? So the flow is, user will click on one button on my app, and they will …
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

set other meeting app status while busy in meeting with one app(Ms-Teams, Zoom, Google-meet,Slack)

I want to create a tool using python which do the following task:-- Detect in real time that which video conferencing app is currently running .(used camera, microphone, screen sharing) set the status in other apps while busy with one app. what…
0
votes
1 answer

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 component not showing up after build, when visiting…
Ahmed
  • 1
  • 1
0
votes
0 answers

What is scalable approch to create Zoom bot which can record meeting video with audio concurrently for multiple meeting?

I want to create Zoom bot which can record zoom meeting video with audio. There are few approches Browser automation based a. Using puppeteer b. Using selenium Native app automation based a. Using pyAutoGUI Zoom API and SDK based a. Using Zoom…
Alok
  • 7,734
  • 8
  • 55
  • 100