When trying to rotate or scale the cameraView or the opponentView in the Sample-videochat-android I get a black view instead. I tried
android:rotation="90"
And I also tried flipping the view using
android:scaleX="-1"
None of the above methods is working. Any suggestions?