I am developing a Zoom App which runs just fine on my mac desktop Zoom Workspace client. Two things specifically it does properly:
- Write log files to logs.us-east-1.amazonaws.com
- joinMeeting() is successful
However, when I run this same app within the Android Zoom Workspace client, neither of the two items above work.
-
I see no logs being written at all. I’ve added ‘logs.us-east-1.amazonaws.com’ to the ‘Domain Allow List’, but I doubt it is configuration because the app runs fine in the desktop client. Is there something specific I need to do to allow external writes from within the Android system?
-
The zoomSkd.config() completes successfully. However when I then attempt zoomSdk.joinMeeting() I receive:
“The Zoom client encountered an error while processing the request!”
Seriously, thank you for your help!