Zoom Meetings
cancel
Showing results for 
Search instead for 
Did you mean: 
Weekly Leaderboard

What are Zoom Meetings?

Zoom Meetings are a simplified video conferencing solution for an optimized virtual meeting experience. Explore the Zoom Community's Recent Activity below to join the Meetings conversation and connect with other members. If you're still looking for support, browse our Zoom Meetings support articles or start a new discussion below!

Recent Activity

Large Image

Is there a way to not have my image become large and in charge when I talk during a meeting? I would feel much more comfortable if just my tile was highlighted.

reply-icon Latest Reply - 

Inquiry Regarding Recent Zoom Performance Issues

Hello,I’ve recently noticed that Zoom has been running much slower than usual.Could you please help identify the possible causes and suggest any ways to resolve this issue?One recent change on my end is that I switched from an annual subscription to ... Show more

Hello,
I’ve recently noticed that Zoom has been running much slower than usual.
Could you please help identify the possible causes and suggest any ways to resolve this issue?

One recent change on my end is that I switched from an annual subscription to a monthly subscription this October.
I would appreciate it if you could also check whether this change might have affected the performance.

Thank you in advance for your assistance.

 

Email to be answered: *********** 


Show less

reply-icon Latest Reply - 

Video freezing during meetings

MacBook Air 2025 with latest download for Apple Chip is frequently freezing the video both on hosting and not hosting, audio continues fine, some attendees hear an echo.  Had uninstalled and reinstalled including rebooting before re-install.  

reply-icon Latest Reply - 

Head tracking

I have auto framing off on my macbook and it continues to track my head during meetings. I would like for this feature to be off permanently. 

reply-icon Latest Reply - 

How Can I Handle the Meeting-End Event in the Zoom Meeting SDK?

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. I use actual lib (not deprecated): javascriptconst... Show more

 

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. I use actual lib (not deprecated):

 

javascript
const ZoomMtgEmbedded = await (await import('@zoom/meetingsdk/embedded')).default;
const client = ZoomMtgEmbedded.createClient();
const clientConf = await getAuth(id, role, f_name, l_name);

const meetingSDKElement = document.getElementById('meetingSDKElement');
client.init({
    zoomAppRoot: meetingSDKElement,
    language: 'en-US',
    // leaveUrl: '', // This option was available in the now deprecated library - @zoom/meetingsdk/embedded
    patchJsMedia: true,
    leaveOnPageUnload: true,
    customize: {
        meetingInfo: ['topic', 'host', 'mn', 'pwd', 'telPwd', 'invite', 'participant', 'dc', 'enctype'],
        toolbar: {
            buttons: [
                {
                    text: 'Custom Button',
                    className: 'CustomButton',
                    onClick: () => {
                        console.log('TEST');
                    }
                }
            ]
        }
    }
});

The "leaveUrl" parameter was convenient, you can make a redirect with parameters and perform the necessary logic on the page, now this option is not available, and I have been walking in circles on the zoom forum for several hours and either there is no answer, or the answers do not relate to the current library.

When you end a call, the browser gives an "alert" about it, maybe you can intercept it somehow, or play through other events, if you can't add your own callback. Or is "beforunload" the only way?

Thanks for any help!


Show less

reply-icon Latest Reply - 

Live stream to facebook failing

Running latest Zoom on a Laptop running Windows 10 (just re-installed Zoom so brand new). All has been fine until a week ago when my C drive filled up. Cleaned that up but now I can't stream to facebook. I get the following message in the url line ht... Show more

Running latest Zoom on a Laptop running Windows 10 (just re-installed Zoom so brand new).  All has been fine until a week ago when my C drive filled up.  Cleaned that up but now I can't stream to facebook.  I get the following message in the url line

 

https://zoom.us/client_facebook_signin?code_challenge=[a bunch of letters and numbers].

 

The error is:  This file does not have an app associated with it for performing this action.  Please install an app or, if one is already installed, create an association in the Default Apps Setting page.

 

Ok, so the question is what file and what is the app??   Can't take any real action until I know that!  Is it Zoom, Facebook or some other app I don't have.  Both Zoom and Facebook are installed!

 

Thanks for any help


Show less

reply-icon Latest Reply - 

Original Sound by Default

Hello - just updated zoom today (11.02.22) and it seems like Original Sound needs to be turned on manually every time now. For the last few months it was already always on once I did it initially ... and this was so amazing. No more messing up meetin... Show more

Hello - just updated zoom today (11.02.22) and it seems like Original Sound needs to be turned on manually every time now.

 

For the last few months it was already always on once I did it initially ... and this was so amazing. No more messing up meetings where I share audio or workshops where we're working on music things and I just know its going to sound amazing from the beginning without the extra awkward "wait let me turn on original sound".

 

Is there a way for me to turn original sound on and let it be that way forever on the newest version? If not...can this become a thing please?


Show less

reply-icon Latest Reply - 

Resolved! Stolen Recording by webinartv.us

We conducted a meeting and the next day was sent an email from webinartv.us that our "webinar video" was available on their website. We did not agree to this and it seems that they had a fake person register and then recorded our meeting to be posted... Show more

We conducted a meeting and the next day was sent an email from webinartv.us that our "webinar video" was available on their website. We did not agree to this and it seems that they had a fake person register and then recorded our meeting to be posted on their website. The only person that was on the registration that was not engaging and stayed on even when the meeting was over was named Jordan Spencer and had an email ending in lightconnect.space 

Alerting zoom about this and others.


Show less

reply-icon Latest Reply - 

unauthorized member joined a meeting I host - how do I track his phone number

I just ended a zoom meeting, shocked by what happened

After someone joined a meeting I hosted and while asking him to identify himself - he started cursing everyone 

 how can I track his phone number or any ID information ?

 

Thank you all in advanced

reply-icon Latest Reply - 

Invert colors within screen share

I have an accessibility question. Is there a way to invert the colors of just the screen share portion of the meeting window (of what someone else is sharing)? Being of low vision I'm ultra sensitive to the traditional white backgrounds of apps. Havi... Show more

I have an accessibility question. Is there a way to invert the colors of just the screen share portion of the meeting window (of what someone else is sharing)?

 

Being of low vision I'm ultra sensitive to the traditional white backgrounds of apps. Having everything on my computer in dark mode works well for me, but when on a meeting I'm blinded by someone who shares their screen, and I'm unable to follow along or help them as a result. Being able to invert just the shared portion of a meeting would be life changing.

 

Thanks for any tips or suggestions!


Show less

reply-icon Latest Reply -