Black screen issue

hi,

I’m facing with the problem with mobilertc on iOS with latest zoom.us SDK

In our application, we customized a view controller then set it to MobileRTC.share.rootViewController.

each time enter meeting view, we create a new customized view controller then set to MobileRTC.

1st time running from launch is fine, video and audio are good.

2nd time running without closing app and launch again, audio fine, but no video, no Zoom UI Control.

We’re using Xcode 10, target to iOS 11+

Please help.

  • (void)setMobileRTCRootController:(UINavigationController*)navController

The param here is one kind of UINavigationController. Your customized view controller is one UINavigationController instance?