iOS MobileRTCSDK meetingView return nil in minimizeMeeting state (当最小化会议的时候,会中获取meetingView为空)

Description
When I inMeeting select minimizeMeeting,use MobileRTCMeetingService
/*!
@brief This method will return the view of meeting UI, which provide an access which allow customer to add their own view in the meeting UI.
@return The view of current meeting; if there is no ongoing meeting, it will return nil.
@warning Only valid in non-custom UI(Only valid in ZOOM meeting UI).
*/

  • (UIView * _Nullable)meetingView; return nil

Which version?
4.4.56843.1110

To Reproduce(If applicable)
Steps to reproduce the behavior:
1.start /join meeting
2. select minimizeMeeting
3. - (UIView * _Nullable)meetingView;
4. See error

Description
当我在会中选择最小化会议,使用MobileRTCMeetingService 中的

  • (UIView * _Nullable)meetingView; 返回为空值。

Which version?
4.4.56843.1110

To Reproduce(If applicable)
Steps to reproduce the behavior:
1.开始会议/加入会议
2.在底部栏–更多按钮–选择最小化会议
3. 获取 - (UIView * _Nullable)meetingView;
4.控制台输出meetingView =nil

Screenshots
If applicable, add screenshots to help explain your problem.

Smartphone (please complete the following information):

  • Device: Xcode 11.2
  • OS: 13.3
  • Version 4.4.56843.1110

Additional context

hi liy
你好,我们在inmeeting的时候,获取的是topViewController 同时判断topViewController是不是我们会议的Controller,如果是,获取topViewController的view返回出去。所以在minimize meeting的时候,不能同时满足这两个条件。