注册

视频通话如何横屏全屏或者居中显示

如题:视频通话如何横屏全屏或者居中显示:


IMG_0001.jpg



以上效果对应代码如下:
 _openGLView = [[OpenGLView20 alloc] initWithFrame:CGRectMake(0, 0, self.view.frame.size.height, self.view.frame.size.width)];

    _openGLView.backgroundColor = [UIColor clearColor];

    _openGLView.sessionPreset = AVCaptureSessionPreset352x288;

    [self.view addSubview:_openGLView];
 
对于类OpenGLView20,有没有办法让对方视频横屏全屏或者居中显示呢?默认是左对齐么?
求解答~谢谢~
已邀请:
android也碰到一样的问题?如果能够解决的话能否也给android的解决方案?
可以改,环信负责连通,界面根据需求自己改,看下Demo里面

要回复问题请先登录注册