Report to show all hosted meetings
Hi - I need to generate a report of all the meetings hosted by our users, excluding the ones they've joined as a guest. Ideally over the past X weeks or months. Is this possible?
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!
Hi - I need to generate a report of all the meetings hosted by our users, excluding the ones they've joined as a guest. Ideally over the past X weeks or months. Is this possible?
In obj C, I have added a UIViewcontroller from which zoom sdk will be intiated in viewDidLoad method as below, // ZoomViewController.m @implementation ZoomViewController [self startzoommeeting]; // After the SDK initiation success // ZoomViewController.h #import <UIKit/UIKit.h> // ZoomViewControllerBridge.m -- bridge_file In React Native , I'm calling the native code through bridge as below What am I missing?
- (void)viewDidLoad {
[super viewDidLoad];
[self setupSDK:@"MY_APP_JWT_TOKEN"];
}
- (void)setupSDK:(NSString *)jwtToken {
MobileRTCSDKInitContext *context = [[MobileRTCSDKInitContext alloc] init];
context.domain = @"zoom.us";
context.enableLog = YES;
BOOL sdkInitSuc = [[MobileRTC sharedRTC] initialize:context];
if (sdkInitSuc) {
MobileRTCAuthService *authService = [[MobileRTC sharedRTC] getAuthService];
if (authService) {
authService.delegate = self;
authService.jwtToken = jwtToken;
[authService sdkAuth];
}
}
}
- (void)onMeetingStateChange:(MobileRTCMeetingState)state {
NSLog(@"Meeting state: %ld", (long)state);
}
- (void)onMeetingReady:(MobileRTCMeetingState)state {
NSLog(@"Meeting ready: %ld", (long)state);
}
-(void)startzoommeeting {
MobileRTCMeetingService *meetingService = [[MobileRTC sharedRTC] getMeetingService];
if (meetingService) {
meetingService.delegate = self;
[meetingService customizeMeetingTitle:@"Sample meeting title"];
MobileRTCMeetingStartParam4WithoutLoginUser *user = [[MobileRTCMeetingStartParam4WithoutLoginUser alloc] init];
user.userType = MobileRTCUserType_APIUser;
user.meetingNumber = kMeetingNumber;
user.userName = KuserName;
user.isAppShare = NO;
user.zak = @"MY_APP_JWT_TOKEN";
[meetingService startMeetingWithStartParam: user];
};
}
#pragma mark - MobileRTCAuthDelegate
- (void)onMobileRTCAuthReturn:(MobileRTCAuthError)returnValue {
switch (returnValue) {
case MobileRTCAuthError_Success:
break;
case MobileRTCAuthError_Unknown:
NSLog(@"Client JWT Token authentication is invalid.");
break;
default:
NSLog(@"SDK Authorization failed with MobileRTCAuthError: %u", returnValue);
}
}
#import <MobileRTC/MobileRTC.h>
#import <MobileCoreServices/MobileCoreServices.h>
@interface ViewController : UIViewController <MobileRTCMeetingServiceDelegate, MobileRTCAuthDelegate>
@end
RCT_EXPORT_METHOD(presentZoomView) {
dispatch_async(dispatch_get_main_queue(), ^{
UIWindow *window = [[[UIApplication sharedApplication] windows] firstObject];
if (window) {
UIViewController *rootViewController = window.rootViewController;
if ([rootViewController isKindOfClass:[UINavigationController class]]) {
UINavigationController *navController = (UINavigationController *)rootViewController;
ZoomViewController *zoomVC = [[ZoomViewController alloc] init];
[navController pushViewController:zoomVC animated:YES];
}
});
}import { NativeModules } from 'react-native';const { ZoomViewControllerBridge } = NativeModules;ZoomViewControllerBridge.presentZoomView(); The Zoom SDK initialization was successful, and the following line of code (meetingService startMeetingWithStartParam: user) was executed; however, nothing happens after that. When I try the same flow in native code, the delegate method (onMeetingStateChange) is called, but it's not getting called through the bridge.
Show less
Hi all, I am setting up a values based coaching tool for children and young people, and the training I am giving for this means I need to see my viewers and for them to see me while I present my powerpoint slides. Is there a way of doing this? I wonder if it is because I am currently using a school laptop until I do this full time, and the permissions may not grant me the full range of potential zoom video presentation options. If so, do I need to get my own lap top and start afresh? Thanks, Heather
Show less
Hi, Hope this email finds you doing well. I´m reaching out to you because I recorded a zoom meeting, then I downloaded and not it appears that is not letting me see it, and it is a very important recording and I need it. Do you know how can I do in order to download and see it? It would help me a lot. I tried enter to another computer, and try to download it again but I couldn´t.
Show less
Hi there,
Each time I write with the annotation, it appeared to smear. This has been happening for a long time and I've update the latest update. Please let me know how it can be fixed
Thanks
Winnie
Each time I use the annotation to write, it appeared as smeared on my screen. I have already installed the latest update. Please help. Thanks
Добрый день. Прошу помощи, может кто сталкивался. При подключении к конференции звук есть, все хорошо, но спустя 10 - 15 секунд он пропадает и пишет, что доступа к микрофону нет, разрешения все проставлены, windows 10, проблема была как на хроме так и на ФФ, все обновлено. Может это связано с тем, что на устройстве нет микрофона самого по себе? Заранее спасибо!
Show less
I'm an admin of a Zoom account. The owner of the Zoom account wants me to view participants from previous meetings (meetings from 2023). I went to the roles tab, clicked on the owner's account, and clicked on previous meetings. When I search for meetings from 2023, it only shows the meetings that I attended. Is it possible to view previous meetings that long ago that I did not attend?
Show less
I help host an ongoing meeting of a loosely managed organization. There is an official paid account we are supposed to use and subsequent centralized computer and email for that organizational entity. Normally "someone" will logon to that account, fire up a meeting and then everyone can join in as usual. That account rotates through various individuals occasionally. This isn't usually a problem. The problem occurs when someone *cough* either doesn't have access to that computer or simply spaces out and forgets they are supposed to start up our meeting. Is there a way to have a meeting that has a fixed meeting ID but has a small number of people that can initiate the meeting instead of always forcing the meeting to be hosted by the one and only official account? The main problem is we don't want the meeting ID to change but we want multiple logins to be able to initialize that meeting, kind of a rotating cadre of hosts for a specific meeting ID. Unfortunately we'll need to be able to invite in and also boot individual logins from being able to initialize said meeting. I'm not sure how we could do this, or if it's even possible. Thanks!
Show less
I created a meeting and shared the link with my colleagues with a basic account. We learned that the meeting would extend the 40 minutes so we updated to a licensed account. Will the meeting link still work or do we need to create a new one so we don't get kicked out after 40 minutes. Thank you in advance.
Show less

