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
2
votes
0 answers

How can I speed up transcription availability for Zoom calls?

I'm building a Zoom integration with the Zoom API. After a call, I would like to access the call transcript within 5 minutes. However, Zoom API only provides this later. I often experience 15-60 minutes delays. How could I get the call transcript…
ppt
  • 946
  • 8
  • 18
2
votes
1 answer

AAPT: error: attribute fastforward_increment (aka aplicationid.dev:fastforward_increment) not found

my dependency on pubspec.yaml chewie: 1.3.0 flutter_zoom_sdk: ^1.0.0 gradle dependency dependencies { implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version" implementation…
2
votes
1 answer

Zoom Web SDK: you need go to setting enable CC & LT feature type: "INSUFFICIENT_PRIVILEGES"

I'm building a web application that includes Zoom SDK for web, after create and join a meeting I get this error and my browser show black screen: I've found the same issue was asked on zoom developer…
user2905416
  • 404
  • 7
  • 21
2
votes
0 answers

zoom sdk for android: can't join as a host

i already inputted all the necessary parameters for it to work according to the docs and the forums but it just can't seem to work on me private void joinMeeting(Context context, String meetingNumber,String zak, String userName, String usID){ …
Aj Reyes
  • 21
  • 1
2
votes
1 answer

how to add SDK to dynamic module feature in android?

I have an android application and i want to add Zoom SDK to my apps. but the size of apps increasingly so much. I have read some solution and one of them is to use Dynamic Module Feature from android. I decide to set the SDK will downloaded based on…
mpa__
  • 33
  • 4
2
votes
1 answer

Flutter iOS BITCODE issue

I am using 2 dependencies in my pubspec.yml Zoom pub.dev link Razorpay pub.dev link Zoom requires to disable the bitcode for the app and razorpay needs to enable the bitcode settings. How to solve this problem?
2
votes
0 answers

Flutter Apk size increase too much after implementing Zoom

In my flutter project I integrated Zoom. It works fine but my app size increase too much. library I used: flutter_zoom_sdk: ^0.0.6 I tried abi filter like: buildTypes { release { // TODO: Add your own signing config for the release…
2
votes
1 answer

how to integrate with Zoom app using android?

I'm new with zoom integration. I wants user login and create meeting in their account. I've done login user part using loginWithZoom method but now wants to create meeting for that auth token needed. How can I get token when user login in zoom…
M123
  • 1,203
  • 4
  • 14
  • 31
2
votes
0 answers

pywinauto view list items that aren't visible on screen

I'm trying to get a list of participants in my zoom meeting through pywinauto. So far I've got it got it to connect to the zoom meeting window, open up the participants tab and store the names that are visible in a list and return it. # Locates the…
2
votes
0 answers

Get separate audio from each participant in a zoom meeting

I want to access audio from a zoom meeting (in real time) from each participant separately. My goal is to get the audio matrix for each participant of the meeting and then mix it myself, preferably using python or matlab.
Nabil
  • 21
  • 1
2
votes
0 answers

How to get zoom meeting details report with zoom API?

I am trying to get zoom meeting details report using API. The report should be same as "Active Hosts - Report Type "Meeting List with Details"- which I can get from UI.The sample report is…
Sajjad
  • 57
  • 1
  • 7
2
votes
0 answers

What does "Zoom 3.6.0" mean in user agent string?

According to developers.whatismybrowser.com, below user agent was IE11 on Windows 7. Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; .NET4.0C; .NET4.0E; Media Center PC 6.0; Zoom…
shunman
  • 227
  • 1
  • 2
  • 9
2
votes
1 answer

Zoom API request to create meeting

Im sending a cURL request to ZOOM's EU api to create a meeting. My requests do not draw any response from the API at all, even errors or refusals. What am I missing? I have created a JWT App on Zoom's marketplace, from which I have gotten an API Key…
Eamonn
  • 1,338
  • 2
  • 21
  • 53
2
votes
2 answers

Automating Zoom API authentication with PHP not working

I am trying to automate the sign in process with the Zoom API to allow me to use my website to create meetings but I cannot seem to get the sign in to work in order to allow me to get an authentication code to call the API methods. I am doing this…
a.cayzer
  • 289
  • 4
  • 22
2
votes
1 answer

Overlays on top or above

I am using the Zoom SDK in a react native app to start and join meetings. I need to overlay a custom view over the Zoom SDK, or insert one above or below it, that can show additional app controls and settings. The documentation does not seem to…
Navid Khan
  • 979
  • 11
  • 24
1 2
3
22 23