Description
I tried upgrading my iOS Zoom Meeting SDK swiftUI app from v5.7.6.1080 which I’d setup in 11/2021 to the most recent version v5.9.3 and v5.9.1 and got an error on build that ‘MobileRTCAuthService has no member login’ . Currently we use authorizationService.login(withEmail: email, password: password, rememberMe: false ) - is there a way that these newer SDK versions support login to Zoom with email/password or is it only SSO-based now? For planning purposes are there any advertised dates that support for login with email/password will be functionally removed from SDK access? We are trying to better understand how to adapt our app to these new requirements, but a workaround for using email/password login in current SDKs would be a helpful bridge. Also, it appears the github swift zoom app has also not been updated for these newer SDKs and still using authorizationService.login()
Which iOS Meeting SDK version?
v5.9.3.2512, v5.9.1.2191, currently on v5.7.6.1080
To Reproduce(If applicable)
Steps to reproduce the behavior:
- Go to ‘…’
- Click on ‘…’
- Scroll down to ‘…’
- See error
Screenshots
If applicable, add screenshots to help explain your problem.
Smartphone (please complete the following information):
- Device: iPad
- OS: iOS14.8, 15.2
Additional context
Add any other context about the problem here.