How to change default camera to back camera instead of front?

Zoom Android Meeting SDK version: 5.13.10.12577
Android: AOSP 10

When zoom app comes up, by default it is picking up front camera. Is there a way to change this to back camera as part of boot sequence in android app?

I notice there is an api to switch camera after the app is completely up.

ZoomSDK.getInstance().getInMeetingService().getInMeetingVideoController().switchCamera(“0” /*camera id */ );

But i don’t find option to change/set by default. Looking for some suggestion to change the default camera id.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.