opentok / opentok-android-sdk-samples

Sample applications illustrating best practices using OpenTok Android SDK.
https://tokbox.com/developer/sdks/android/
MIT License
211 stars 169 forks source link

Set local render mirroring when using front camera #413

Closed josh-philpott closed 2 months ago

josh-philpott commented 2 years ago

Hi!

I noticed that the MirrorVideoCapturer was not in fact mirroring the front camera video in the local render. If that's the intention here, it looks this needs to be updated to support the captureSetting.mirrorInLocalRender flag added in 2.17.0.

UrielFrankel commented 2 years ago

Good job!