我有一个iOS应用,它在旋转设备时仅支持纵向,RTCMTLVideoView捕获的视频会旋转为横向,即使UI的其余部分保持纵向也是如此。到目前为止,我找到的唯一解决方案是监听UIDeviceOrientationDidChangeNotification通知[[NSNotificationCenterdefaultCenter]addObserver:selfselector:@selector(orientationChanged:)name:UIDeviceOrientationDidChangeNotificationobject:nil];并禁用它-(void)orientat