Products
cancel
Showing results for 
Search instead for 
Did you mean: 

Recent Activity

zoom 6.5.3 crashing on Debian when Settings is selected

unable to find bug reporting system anymore.

I have the crash logs.

 

Can I have a support link for bug reports?

 

Update, i found the link but have been blocked from reporting. Not cool

reply-icon Latest Reply - 

Read only for WFM

Client is asking when the feature update in Zoom to allow WFM with Read Only access?

Formula for Count unique values

Is there any formula to count unique cell values? I will use this for docs dashboard.

reply-icon Latest Reply - 

Zoom Web SDK Embedded – Second Join Fails with “TypeError: Cannot read properties of undefined (read

Hi Team,I am using Zoom Meeting SDK (Embedded) version 3.13.2 inside a React/Next.js widget.The first meeting joins correctly, but when I leave the meeting and try to join again, I get this error:Error:Uncaught (in promise) TypeError: Cannot read pro... Show more

Hi Team,

I am using Zoom Meeting SDK (Embedded) version 3.13.2 inside a React/Next.js widget.
The first meeting joins correctly, but when I leave the meeting and try to join again, I get this error:

Error:
Uncaught (in promise) TypeError: Cannot read properties of undefined (reading 'caps')
at nP.getLocalRecordingPermissionUserList

This only happens on the second join attempt, not the first.

What I am doing when leaving the meeting:

I call:

await client.leaveMeeting();
client.off('*');
client.destroyClient();

Then I also recreate the container div:

if (meetingSDKElementRef.current) {
meetingSDKElementRef.current.innerHTML = '';
const newDiv = document.createElement('div');
meetingSDKElementRef.current.replaceWith(newDiv);
meetingSDKElementRef.current = newDiv;
}

What I am doing when joining again:

await client.init({
zoomAppRoot: meetingSDKElementRef.current,
language: "en-US",
patchJsMedia: true,
leaveOnPageUnload: true,
});

await client.join({
signature,
sdkKey,
meetingNumber,
password,
userName,
userEmail,
});

Problem:

After the first successful join, leave, and trying to join again, I get:

TypeError: Cannot read properties of undefined (reading 'caps')

The error comes from:

getLocalRecordingPermissionUserList then nP.getLocalRecordingPermissionUserList

What I have tried:

- Resetting DOM container
- Calling destroyClient
- Calling client.off('*')
- Adding delay before init
- Re-creating a fresh container div
- Clearing React state and refs

But the second join still fails.

Can you please assist?


Show less

reply-icon Latest Reply - 

Screen galery view in a recorded video

I have recorded a meeting with multiple participants. During the recording, I could see all the participants on the screen as equally sized tiles. Hence, I assumed that this is what is being recorded. My thinking was... I get/record what I see... To ... Show more

I have recorded a meeting with multiple participants. During the recording, I could see all the participants on the screen as equally sized tiles. Hence, I assumed that this is what is being recorded. My thinking was... I get/record what I see... To my horror, the actual recording is only showing the screen of a speaker (one speaker at a time) and hides everyone else. 
Questions:
a) Is there a way to "switch" the processed recording to a gallery view?

b) What are the settings that will allow me to consistently record an entire gallery of panelists and only highlight the speaker while keeping the rest of the participants in view (I assumed that this is what "Multi-speaker view" is supposed to accomplish)?


Show less

reply-icon Latest Reply - 

Zoom Oauth App

I am building a Zoom Oauth App in order to connect my zoom account to n8n. Do I need to go through the whole App submission process?

reply-icon Latest Reply - 

Zoom call participant grid placement and appearance

I have a virtual class when classmates are signed on and enter the meeting we are all displayed in a grid formation. The teacher is always top upper left, (on my screen) I am always situated next to him. I never move down into the grid, switch rows, ... Show more

I have a virtual class when classmates are signed on and enter the meeting we are all displayed in a grid formation.  The teacher is always top upper left, (on my screen) I am always situated next to him.  I never move down into the grid, switch rows, move further left or right etc.  other classmates seem to bounce around in their placement.  But I always occupy the position next to the teacher.  What are the dynamics going on here?  Do others see a similar placement on their screens?  Does what I see and static placement have to do with my settings?  Is the teacher controlling this?  


Show less

reply-icon Latest Reply - 

Resolved! quit Zoom after meeting ends

Is there a way to make Zoom quit after I leave a meeting? I prefer not to have apps running that I'm not using. When I leave a meeting, zoom keeps running. I would like for Zoom to quit after I leave a meeting.

reply-icon Latest Reply - 

language interpretation

Hi, I want to know if it is possible to inject multiple audio channels (DANTE) directly into Zoom Rooms for the language interpretation. This way, you don't need to have multiple laptops for each language. It's easier when the translators are physica... Show more

Hi, 

 

I want to know if it is possible to inject multiple audio channels (DANTE) directly into Zoom Rooms for the language interpretation. This way, you don't need to have multiple laptops for each language. It's easier when the translators are physically present in the same place and the translation needs to be sent via Zoom.

 

Best regards

 


Show less

reply-icon Latest Reply - 

Share self camera (OBS Studio)

I always use OBS Studio as a camera for my meetings. In OBS I have the scenes I need to share with my audience. The problem is that to show myself in full screen I need to press share, then hit secondary camera and select one by one the correct camer... Show more

I always use OBS Studio as a camera for my meetings. In OBS I have the scenes I need to share with my audience.

 

The problem is that to show myself in full screen I need to press share, then hit secondary camera and select one by one the correct camera in a sequential way.

 

I request that you can share, directly, OBS Camera with a single click.

 

Is it possible to configure it right now or do they have to improve it?

 

 

 

 

 

 


Show less

reply-icon Latest Reply -