All Questions
349 questions
0
votes
0
answers
41
views
Zoom Server-to-Server OAuth App – “URL validation failed” & “Invalid redirect” issues using Laravel (ngrok / Cloudflare Tunnel)
I'm building a Server-to-Server OAuth Zoom App for my Laravel project, and I'm facing two issues during setup:
1. Zoom Webhook – “URL validation failed. Try again later.”
I’m using a local ...
0
votes
0
answers
45
views
Does zoom send event Id for webhook or am I expected to build one myself?
I need to retrieve or build a zoom webhook event id for Idempotency reasons to determine if this event was processed or not. Here's an example of a webinar started event from their docs:
{
"...
1
vote
0
answers
83
views
How can I resize the zoom embedded component in my page to have the 100% widht/height of its parent div?
I want to resize the zoom embedded component to fit my div but the problem is the container width and height are 0 when i pass them to the zoom client.init function. What is the best way to resize the ...
0
votes
1
answer
93
views
Valid Zoom API endpoint not recognized
I'm trying to write a Google Apps Script (using the Oauth2 library) to upload content to a Zoom Room display playlist. I have a Zoom app created with the proper scopes authorized, and content is ...
0
votes
1
answer
77
views
Flutter Zoom Video Error: class file for us.zoom.sdk.ZoomVideoSDKDelegate not found
I just added this library “flutter_zoom_videosdk: ^2.1.0” mentioned in ZoomVideo SDK docoumentaion.
Also Added services in manifest file as mentioned in Docs. I am getting this error when I run app. I ...
0
votes
0
answers
108
views
How i can integrate Zoom call API in Laravel for users
i want to integrate Zoom call API so users can talk with each other but i don't want to create host my self so if user created the call the user should be the host
public function createMeeting($data)
...
0
votes
0
answers
126
views
ApexCharts in Angular: 'Unable to preventDefault inside passive event listener invocation' when using mouse wheel zoom
I'm using ApexCharts in an Angular application, specifically inside a Metronic KeenThemes dashboard widget.
I've enabled zoom with the mouse wheel using the following chart options:
chart: {
zoom: {
...
0
votes
0
answers
23
views
Zoom meeting length without Zoom App or logged users
I was wondering if there is an option to see meeting durations or attendees for non logged users (e.g. Joining a Zoom call from browser or just joining from the Zoom App as free user).
Do I have to ...
0
votes
0
answers
32
views
Zoom probe SDK failure
I'm creating an app that uses Zoom Video SDK to record videos ensuring a virtual background and noise cancellation.
I want to have a preview section in which the user can select the devices they want ...
0
votes
0
answers
15
views
Auto Zoom Feature for Custom extension in Oracle Analytics Server
I need to implement the auto zoom feature in the extension, along with the Zoom Control and Zoom Interaction On/Off functionalities, similar to those available in the Maps component of Oracle ...
0
votes
0
answers
53
views
How to Create an Organization-Level Zoom Integration to Send Meeting Transcripts via Webhook in Python?
I'm trying to create an organization-level Zoom integration using Python. The goal is:
After every Zoom meeting, automatically send the meeting transcript to a Webhook URL that I control.
My ...
0
votes
1
answer
57
views
Left column div content spilling into right div when zooming in
I've started working on a personal website, a throwback to old armchair movie reviewing sites of the past. For the design, I want to create a layout with a column on the left for screenshots and funny ...
1
vote
1
answer
141
views
Is there any way I can handle the meeting end event in zoom/meetingsdk?
I have connected zoom sdk to my project as it is said here: https://developers.zoom.us/docs/meeting-sdk/web/component-view/import-sdk/
All OK, but I would like to be able to handle the call end event. ...
0
votes
1
answer
135
views
zoom video sdk crashes my flutter application
I have intgrated zoom video sdk in my flutter application and when I test or run debug build or profile build it is working fine. but when I try to run release build, app crashes.
var zoom = ...
1
vote
1
answer
193
views
Zoom Integration "Invalid Signature"
Invalid Signature issue
What I’m Trying to Achieve
Register/login users via my custom backend.
Create a Zoom meeting using the Zoom API.
Start or join the meeting using the Zoom Meeting SDK in the ...