MeetingChatViewController wrongly assigns keyWindow

Description
During a custom UI Zoom meeting the UIApplication’s keyWindow is Window instance A. After using presentMeetingChatViewController:userId to present the chat view controller, sending a message, and dismissing the VC, the keyWindow is some window instance B, rather than A. This seems like a bug and we had to use a workaround to still use the chat view controller.

Which Client iOS SDK version?
v5.4.54802.0124

Smartphone (please complete the following information):

  • Device: Xcode Simulator iPad Pro 11 inch 1st gen
  • OS: iOS 12.4

Hi @caleb.bolton, thanks for the post.

Can you please provide the full code snippet showing how you are calling into this method so that we may investigate?

Thanks!