iphone11

RTCMTLVideoView not supported in iPhone 11 series

十年热恋 提交于 2020-07-21 07:09:36
问题 I'm working on Video calls using WebRTC. I've used RTCMTLVideoView to render the remote's video in the app. Except iPhone 11 series devices, all other devices were working fine. #if arch(arm64) // Using metal (arm64 only) remoteRenderer = RTCMTLVideoView(frame: showInView.bounds) #endif I'm checking the issue in iPhone 11 Pro 13.3.1 & iPhone XS 13.2.3 and iPhone 6 12.3. But iPhone 11 alone getting this issue. Do we have any solutions for this Remote Video rendering issue? 回答1: Great to see I

RTCMTLVideoView not supported in iPhone 11 series

对着背影说爱祢 提交于 2020-07-21 07:08:45
问题 I'm working on Video calls using WebRTC. I've used RTCMTLVideoView to render the remote's video in the app. Except iPhone 11 series devices, all other devices were working fine. #if arch(arm64) // Using metal (arm64 only) remoteRenderer = RTCMTLVideoView(frame: showInView.bounds) #endif I'm checking the issue in iPhone 11 Pro 13.3.1 & iPhone XS 13.2.3 and iPhone 6 12.3. But iPhone 11 alone getting this issue. Do we have any solutions for this Remote Video rendering issue? 回答1: Great to see I