Back camera or Rear camera feed selfie view is mirrored for Zoom Android video SDK 2.1.0

Hi,
In my Video call app using Zoom Android video SDK 2.1.0 I start the call with front facing camera for self view and it’s fine. but when I switch the camera to back camera the view that I’m getting is mirrored . but for the other user in the call seeing the video from my side without mirrored.

How can I see the back camera feed without mirrored in Zoom Android Video SDK.
please see the attached screenshot of that.
@ekaansh.zoom @ticorrian.heard

Hi @paul.mathew if you havent already, could you try using the isMyVideoMirrored() method to first verify the video is mirrored by the sdk? If so, could you try setting mirrorMyVideo() to false?

1 Like