Zoom App on Android: Fail external AWS log writes and fail joinMeeting()

I am developing a Zoom App which runs just fine on my mac desktop Zoom Workspace client. Two things specifically it does properly:

  1. Write log files to logs.us-east-1.amazonaws.com
  2. joinMeeting() is successful

However, when I run this same app within the Android Zoom Workspace client, neither of the two items above work.

  1. 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?

  2. 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!