Closed ateek closed 7 years ago
I fixed this by doing that GLSurfaceView subscriberView = (GLSurfaceView) subscriber.getView(); subscriberView.setZOrderMediaOverlay(true); subscriberView.setZOrderOnTop(true);
Due to the behaviour of GLSurfaceViews you need to explicitly set the order of each view,
Like you have already pointed out, the solution is to do something similar to this: https://github.com/opentok/opentok-android-sdk-samples/blob/master/OpenTokSamples/1.Hello-World/src/main/java/com/opentok/android/samples/hello_world/MainActivity.java#L162
Hi @robjperez Your url is not working. Could you please explain again?
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="match_parent" android:layout_height="match_parent" android:keepScreenOn="true" android:paddingBottom="16dp" android:paddingLeft="16dp" android:paddingRight="16dp" android:paddingTop="16dp">