Zoom Meetings
cancel
Showing results for 
Search instead for 
Did you mean: 
2025 CMX Awards

The Zoom Community is nominated for the 2025 CMX Community Industry Awards in the Customer Support Community category!

Vote now
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

Participant Count

How can i add something asking how many participants are viewing at their location when they sign in?

reply-icon Latest Reply - 

Google Calendar & Zoom Upcoming Meetings Don't coincide

I scheduled out recurring meetings that ended inside Zooms scheduler, but continue on in my google calendar. The link still works for the meeting and appears that it would work also for my invitees. I'm concerned because it doesn't show up in my Zoom... Show more

I scheduled out recurring meetings that ended inside Zooms scheduler, but continue on in my google calendar. The link still works for the meeting and appears that it would work also for my invitees.  I'm concerned because it doesn't show up in my Zoom scheduler as an upcoming meeting. 

Is this just an incongruent issue in your system or do I have to cancel my google scheduled zoom meetings and start over from inside zoom by scheduling out the meetings again? 

 

 


Show less

When a co host is sharing audio only the other cohost's mic volume is getting subdued & vice versa

We are doing workouts/training where continuous music is shared in the background while the trainer is talking about exercises or anything else. Whenever 1 co-host is sharing computer audio to play the music the main speaker's mic volume is getting s... Show more

We are doing workouts/training where continuous music is shared in the background while the trainer is talking about exercises or anything else. Whenever 1 co-host is sharing computer audio to play the music the main speaker's mic volume is getting subdued or vice versa where if the speaker is talking over his mic the computer audio is getting subdued. The change in volume of the audio can be felt significantly, any one faced the same? need to resolve this ASAP

 


Show less

reply-icon Latest Reply - 

For the latest version 5.10.7 I am not able to set the live transcription.

Hi There,As I am always a participant in the zoom meeting (rarely host the meeting) . I have my account set up for the sub titles to be display when the meeting is ON. But the sub titles never shows up. Here is the screenshot shared showing the accou... Show more

Hi  There,

As I am always a participant in the zoom meeting (rarely host the meeting) . I have my account set up for the sub titles  to be display when the meeting is ON. But the sub titles never shows up. Here is the screenshot shared showing the account setup I did from my end to display the sub titles.  I don't see Live transcript option too..

PoojaPurohit_0-1654181938941.png

 

 


Show less

Unknown person joining my meeting

I received an email message that "so and so" had joined my meeting.... the meeting was a recurring one and the individual had joined the meeting 2 months in the future. I signed on and started the meeting - no one was there, but how can this happen, ... Show more

I received an email message that "so and so" had joined my meeting.... the meeting was a recurring one and the individual had joined the meeting 2 months in the future.  I signed on and started the meeting - no one was there, but  how can this happen, and further.. how can a person join a meeting two months in advance?  Does it indicate that someone is using a recurring meeting for their own purposes?  or that someone accidentally joined the meeting and somehow the date was two months away (it is a recurring meeting).  I am confused and just want to be sure that no one is able to use my scheduled meetings independent of me.  


Show less

reply-icon Latest Reply - 

Maximum participants displayed in gallery view

Hi Team , I have desktop client for zoom.In my general meetings i have around 20 to 30 participants with Video on.When I switch to Gallery view , all the participants get displayed to the screen at once.(As my Maximum participants displayed is set to... Show more

Hi Team ,

 

I have desktop client for zoom.

In my general meetings i have around 20 to 30 participants with Video on.

When I switch to Gallery view , all the participants get displayed to the screen at once.(As my Maximum participants displayed is set to 49 in setting)

But for my requirement , i want to see only 9 of them at a time.

And then i might cycle through the pages and view rest of thumbnails by clicking the right or left arrows in gallery view to display the next page of participants.

 

Kindly suggest if we can have this customization (to see less than 25 participants at a time )in gallery view somehow ?!

 

Thanks & Regards,

Akshat Satsangi


Show less

reply-icon Latest Reply - 

Blur function on Zoom not available - why

Hello anyone,No matter what update I have on my mac laptop or on my zoom software, I can never seem to access the Blur function. It isn't there or downloadable. Why is this? Both of my mac and zoom are up to date and have the latest available softwar... Show more

Hello anyone,


No matter what update I have on my mac laptop or on my zoom software, I can never seem to access the Blur function. It isn't there or downloadable. Why is this? Both of my mac and zoom are up to date and have the latest available software - yet other mac users in my profession have it?? I tried turning off my laptop. I've tried exiting zoom. I've tried deleting Zoom, three times and downloading it again and it still isn't there.  

I've googled where its supposed to be on within the virtual background options but its never there. There's an uploaded screenshot so you can see.

Screen Shot 2022-06-02 at 6.59.07 pm.png


Help!


Show less

reply-icon Latest Reply - 

Can't manually convert local recording

I had to cancel a local recording from converting. I've found the recording in my computer, but I don't know how to convert it. I'vev read the advice that I need to do it from my account - in my account, there's no list of recordings, so I can't conv... Show more

I had to cancel a local recording from converting. I've found the recording in my computer, but I don't know how to convert it. I'vev read the advice that I need to do it from my account - in my account, there's no list of recordings, so I can't convert according to the official advice. Can someone help?


Show less

reply-icon Latest Reply - 

How do I capture the event when guest join the waiting room

I am using custom UI and enable waiting room feature. How can I capture the joining event when guest join the waiting room? When the host enters the meeting, it can trigger onWaitingRoomStatusChange, but no event trigger when other guest join in. Her... Show more

I am using custom UI and enable waiting room feature. How can I capture the joining event when guest join the waiting room? 

When the host enters the meeting, it can trigger onWaitingRoomStatusChange, but no event trigger when other guest join in.

 

Here is my code

extension ClassRoomViewController: MobileRTCMeetingServiceDelegate, MobileRTCVideoServiceDelegate, MobileRTCAudioServiceDelegate, MobileRTCWaitingRoomServiceDelegate {

func onWaitingRoomStatusChange(_ needWaiting: Bool) {
print("trigger onWaitingRoomStatusChange2")
if needWaiting {
print("User joined waiting room.")
// showAlert(with: "User now in waiting room.", and: "User needs to be admitted by host or leave.", action: UIAlertAction(title: "Leave", style: .default, handler: { _ in
// MobileRTC.shared().getMeetingService()?.leaveMeeting(with: .leave)
// }))
} else {
print("User is entering meeting.")
delegate?.userWasAdmittedFromTheWaitingRoom()
}
}

func onWaitingRoomUserJoin(_ userId: UInt) {
print("trigger onWaitingRoomUserJoin user join \(userId)")
}

func onWaitingRoomUserLeft(_ userId: UInt) {
print("trigger onWaitingRoomUserLeft user left \(userId)")
}

}


Show less

reply-icon Latest Reply - 

can I reuse a zoom link?

I have set up a recurring schedule for a meeting with the same Zoom link and passcode. Next month, I am going to have same people but at a different recurring schedule. Can I use the link and passcode from the first schedule? I would like to avoid th... Show more

I have set up a recurring schedule for a meeting with the same Zoom link and passcode.  Next month, I am going to have same people but at a different recurring schedule.  Can I use the link and passcode from the first schedule?  I would like to avoid them the trouble of working with a new link.  Thanks!


Show less

reply-icon Latest Reply -