Video is displayed with the left and right sides reversed

Hello,
When I use showAttendeeVideo to display a video, other people’s videos are fine, but only my own video is displayed with the left and right sides reversed. Is there a way to make this happen without reversing the left and right sides of my video?

Which iOS Meeting SDK version?
5.7.1

Hey @KAZUMA87,

Thanks for using the dev forum! It is nice to see you again :slight_smile:

Is it possible you have video mirroring enabled? How to Mirror My Video in Zoom

Thanks!
Michael

Hello, @Michael_Condon,

I know there is a feature in the zoom app as described in the site you showed me as a reference, but I would like to know how to do the equivalent in the SDK.

Thanks.

Hi @KAZUMA87,

Are you using the default meeting UI or a custom UI? If you’re using the default UI, the approach will be the same as if you were using the Zoom client.

Thanks!

Hello , @jon.zoom

I’m using CustomUI.

Thanks.

Hi @KAZUMA87,

Thanks for confirming. Unfortunately mirroring video is not currently supported in custom UI mode.

Thanks!

Hi @jon.zoom,

Sorry it took me so long to get back to you.
I’ve solved the problem with the following code

videoView!.transform = videoView!.transform.scaledBy(x: -1, y: 1);

Thanks.

Hey @KAZUMA87,

Awesome! We are happy to hear your issue has been resolved.

Thanks!
Michael

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