How to get Meeting Start Time on Android Zoom Sdk

  1. I would like to know how to get the meeting startTime for the scheduled meeting for Non-Login user.
  2. How to change thumb video view shape from square to circle.

Hi naveenkumar.elayappa,

Thanks for using Zoom SDK. Regarding your questions:

  1. You could get the MeetingItem of a meeting and get the start time from the object, but I am afraid it requires logged-in. For non-login user, you may need to leverage the Zoom API: https://marketplace.zoom.us/docs/api-reference/zoom-api/meetings/meeting
  2. Are you using Zoom default UI or the custom UI? It is not possible to do change the thumb video view with the Zoom default UI.

Thanks!