注册

Android 视频通信 显示角度不对

两个手机, 一个横屏, 一个竖屏, 但是横屏那个看到的居然是人像往左睡倒90度, why?
 

横屏的App在onResume中设置
callHelper.setVideoOrientation(EMVideoOrientation.EMLandscape);
竖屏的App在nResume中设置
callHelper.setVideoOrientation(EMVideoOrientation.EMPortrait);
 
都是Android 5.5系统
已邀请:
你在oncreate中设置下 对应的清单文件中也要配置下android的属性,这个最好还是放个截图看下。

要回复问题请先登录注册