Zoomtopia is here. Unlock the transformative power of generative AI, helping you connect, collaborate, and Work Happy with AI Companion.
Register nowEmpowering you to increase productivity, improve team effectiveness, and enhance skills.
Learn moreKeep your Zoom app up to date to access the latest features.
Download Center Download the Zoom appDownload hi-res images and animations to elevate your next Zoom meeting.
Browse Backgrounds Zoom Virtual BackgroundsEmpowering you to increase productivity, improve team effectiveness, and enhance skills.
Zoom AI CompanionUser groups are unique spaces where community members can collaborate, network, and exchange knowledge on similar interests and expertise.
Help & Resources is your place to discover helpful Zoom support resources, browse Zoom Community how-to documentation, and stay updated on community announcements.
The Events page is your destination for upcoming webinars, platform training sessions, targeted user events, and more. Stay updated on opportunities to enhance your skills and connect with fellow Zoom users.
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!
Hello! Device: Notebook / Windows Thank you very much,
I have had the following problem for a few days now:
I have activated a waiting room, but I do not get a message when a participant enters the waiting room.
Does anyone know the problem?
Zoom Version: 5.17.1 (28914)
Sandra
Show less
flutter_zoom_sdk: ^1.1.0+4 initilize zoom sdk in flutter using code joinMeeting(BuildContext context) { if (Platform.isAndroid) return result; var zoom = ZoomView(); }
bool _isMeetingEnded(String status) {
var result = false;
result = status == "MEETING_STATUS_DISCONNECTING" || status == "MEETING_STATUS_FAILED";
else
result = status == "MEETING_STATUS_IDLE";
}
if(meetingNumber!.isNotEmpty && meetingPassword!.isNotEmpty){
ZoomOptions zoomOptions = new ZoomOptions(
domain: "zoom.us",
appKey: appKey,
appSecret: appSecret,
);
var meetingOptions = new ZoomMeetingOptions(
userId: 'username', //pass username for join meeting only --- Any name eg:- EVILRATT.
meetingId: meetingNumber, //pass meeting id for join meeting only
meetingPassword: meetingPassword, //pass meeting password for join meeting only
disableDialIn: "true",
disableDrive: "true",
disableInvite: "true",
disableShare: "true",
disableTitlebar: "false",
viewOptions: "true",
noAudio: "false",
noDisconnectAudio: "false"
);
zoom.initZoom(zoomOptions).then((results) {
if(results[0] == 0) {
zoom.onMeetingStatus().listen((status) {
print("[Meeting Status Stream] : " + status[0] + " - " + status[1]);
if (_isMeetingEnded(status[0])) {
print("[Meeting Status] :- Ended");
timer?.cancel();
}
});
print("listen on event channel");
zoom.joinMeeting(meetingOptions).then((joinMeetingResult) {
timer = Timer.periodic(new Duration(seconds: 2), (timer) {
zoom.meetingStatus(meetingOptions.meetingId!)
.then((status) {
print("[Meeting Status Polling] : " + status[0] + " - " + status[1]);
});
});
});
}
}).catchError((error) {
print("[Error Generated] : " + error);
});
}else{
if(meetingNumber!.isEmpty){
ScaffoldMessenger.of(context).showSnackBar(SnackBar(
content: Text("Enter a valid meeting id to continue."),
));
}
else if(meetingPassword!.isEmpty){
ScaffoldMessenger.of(context).showSnackBar(SnackBar(
content: Text("Enter a meeting password to start."),
));
}
}
Show less
Has anyone else run into this problem? You have a recurring meeting setup from within an Outlook calendar invite, you've also included a zoom which is recurring since the Outlook is set up as recurring ........ then you need to cancel one of those recurring dates, let's say it falls on Christmas Day. You open that Christmas Day invite on the Outlook calendar, choose cancel single occurrence only, get the message that your zoom will be deleted but you can recover it within 7 days..... you go ahead and cancel that ONE date/occurrence but then it actually cancels all the recurring zoom links. I'm having to go back to my Recently Deleted folder in my zoom account and then choose to recover all occurrences; otherwise when the next scheduled meeting is set to happen and those invited try to login to the zoom they get an error message because the recurring link was deleted .................. but I truly only asked it to only delete that one single occurrence ......
Show less
Attendees can't get into my meetings - it says that the host has another meeting in progress. What the??? I start meetings from my Zoom app on my Windows 11 Pro laptop. I send out invites from the Invite link that the Zoom app gives me for each meeting. But no one can get in using that link - it says that I've got another meeting in progress, which I don't. What is going on and how do I fix this???
Show less
無料ユーザーで40分でzoomが終了して、すぐ次のzoomが出来る場合とできない場合があるのですが条件はありますか。
My camera is on and working. It is working when I run a test meeting, but during my meeting My teacher cannot see me and when I click on start video a message "video camera cannot be found" pops up but my camera is on and I can see myself.
I was in the middle of a meeting that had been going for an hour and I received a Zoom popup message saying, "You have been signed out because your account is signed in from another device". Very odd, as this wasn't the case. All my devices were with me in the room and switched off. My meeting continued as normal. Never seen this before, was it a security issue?
Show less
Can someone explain why when I set up a meeting and put in attendees emails in the "attendees" box and then click "save", they do not ever receive an email notification? I am setting up from my laptop. I have watched all of the tutorials.
Show less

