Hi.
I have created a WebRTC application which uses RTCMTLVideoView. The App works fine when executed by Xcode using either Run or Debug menu. However, if the App is launched from iPhone directly, RTCMTLVideoView does not render any frames. The Entire view is blank.
Everything works if I replace RTCMTLVideoView with RTCEAGLVideoView. However, RTCEAGLVideoView does not have contentMode and hence I must use RTCMTLVideoView.
I came across similar problems and hence I downloaded the latest source code and compiled WebRTC framework today. Hence it is latest. I have also faced the same issue with Xcode 11 and Xcode 12.
Any hint on how to solve this issue?
~Jin