Video call starts with camera off

I’m integrating your sdk into an application, when I enter the video call the camera is disabled. Is it possible to configure the user to enter the video call with the camera on already?

Hi bcristina,

Thanks for the post. If the user does not have account-level settings that turned the video off by default, the video should be on by default.

You could use the following interface to turn the video on by default(Need to set it before the meeting):

Or when successfully joined a meeting, call the muteMyVideo interface to unmute the video:https://zoom.github.io/zoom-sdk-android/us/zoom/sdk/InMeetingVideoController.html#muteMyVideo-boolean-

Hope this helps. Thanks!