I am writing a WebRTC solution and having an issue in Local View while using back camera (Wrong Rotation / Incorrect View)
<com.src.webrtc.android.VideoView
android:id="@+id/main_view"
android:layout_width="wrap_content"
android:layout_height="wrap_content" />
Local View (Incorrect view)
Remote View (Correct View : while viewing as a Remote user)
I was facing the same issue while working on the webRTC. I fixed it by setting the method setMirror(false).
here's some code: call_activity.xml
in CallActivity.java
I am using
implementation 'org.webrtc:google-webrtc:1.0.28513'
Update: what you can do in VideoView.kt is:
or