We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 925cf33 commit ad98c07Copy full SHA for ad98c07
app/src/main/java/com/example/ivdemo/DuplexVideoActivity.java
@@ -23,6 +23,7 @@ protected void initWidget() {
23
mTextureView.setSurfaceTextureListener(this);
24
25
mRemoteView = findViewById(R.id.surfaceView_duplex);
26
+ mRemoteView.setSurfaceTextureListener(this);
27
mPlayer = new SimplePlayer();
28
mCameraRecorder = new CameraRecorder();
29
}
0 commit comments