SceneDelegate compatibility

Description
Is there compatibility with SceneDelegate already?

Zoom tells me: Join meeting task completed.

but my MobileRTC.shared (). setMobileRTCRootController (self.navigationController) does not start the callout view

Which version?
iOS 13

Smartphone (please complete the following information):

  • Device: iPhone 11
  • OS: iOS 13
  • Version 14.3

Hey @iparedes,

Thanks for using the dev forum!

Unfortunately, SceneDelegates are not currently supported by the SDK. To configure your application to work with the SDK, you must

  1. Delete the SceneDelegate files
  2. Remove the SceneSession functions from the AppDelegate
  3. Remove the Application Scene Manifest from the info.plist
  4. Add a UIWindow property to the AppDelegate

Thanks!
Michael

@Michael_Condon
When can we expect the SceneDelegate changes to the SDK. It has been more than 2.5years now and most of the projects are moving towards SceneDelegate. It would be really helpful if we get the SceneDelegate compatible version as well. Let me know if I am missing something.

@Zoomhelpmml @Michael_Condon Any update on this?