Wednesday, 16 December 2020

WebRTC VideoView incorrect view for local peer

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)

enter image description here

Remote View (Correct View : while viewing as a Remote user)

enter image description here



from WebRTC VideoView incorrect view for local peer

No comments:

Post a Comment