Sinch视频通话在本地预览版式中显示黑色背景

时间:2019-05-19 13:45:20

标签: sinch android-sinch-api

我正在使用Sinch api开发一个小型应用程序。但是当我进行视频通话并在onVideoTrackAdded之前显示本地预览时(仍然没有用户预览)。 onCallProgressing之后,本地预览版式将显示黑色背景。本地预览会怎样?

这是添加预览的代码

VideoController mVideoController=mSinchServiceInterface.getVideoController();
mVideoController.setResizeBehaviour(VideoScalingType.ASPECT_FILL);
View myPreview = mVideoController.getLocalView();
frame_myPreview.removeAllViews();
frame_myPreview.addView(myPreview);

0 个答案:

没有答案