Skip to content

Commit

Permalink
修复双向通话没展示出app或者小程序端的画面
Browse files Browse the repository at this point in the history
  • Loading branch information
neilyhe committed Oct 18, 2024
1 parent 925cf33 commit ad98c07
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ protected void initWidget() {
mTextureView.setSurfaceTextureListener(this);

mRemoteView = findViewById(R.id.surfaceView_duplex);
mRemoteView.setSurfaceTextureListener(this);
mPlayer = new SimplePlayer();
mCameraRecorder = new CameraRecorder();
}
Expand Down

0 comments on commit ad98c07

Please sign in to comment.