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