Description
Hi,
I am currently trying to log in to Zoom through my app. This is my code thus far:
iMobileRTCAuthService *authService = [[MobileRTC sharedRTC] getAuthService];
if (!authService) {
return;
}
[authService loginWithEmail:@"email@gmail.com" password:@"123456" remeberMe:NO];
MobileRTCAccountInfo *account = [authService getAccountInfo];
if (!account) {
return;
}
I try to login to Zoom though my app by calling: [MobileRTCAuthService loginWithEmail:password:remeberMe: ]. It seems like it is not successfully logging into my zoom account because [MobileRTCAuthService getAccountInfo] always returns nil. (The email and password parameters are correct, just changed it for the purpose of posting here). Am I doing something wrong or am I missing a step? Any help is appreciated, thank you!
Which version?
v4.6.15805.0403
Smartphone (please complete the following information):
- Device: iPhone 7
- OS: iOS 13.3.1