MeetingView returns nil

Description
I am using Default Meeting option of Zoom Client. meetingView of MobileRTCMeetingService is returning nil even after joining the meeting.

Which iOS Client SDK version?
v5.5.12509.0401

Smartphone (please complete the following information):

  • Device: [iPAD Pro]
  • OS: [iOS 13 or later]

Additional context
When we present a new UIViewController, the meetingView of the Zoom client is not visible. I was thinking we can get access to the meetingView so that I can bring the meeting view to the front.

Hi @pgudivada, thanks for the post.

Can you please confirm how you are determining that this is being called after joining the meeting? If it is called immediately after calling the join meeting method, it will return nil, as joining the meeting is an asynchronous operation. You should use the onMeetingStateChange callback to determine when you have successfully joined the meeting, if you were not doing so already.

Thanks!

I was able to get a reference to that in function. Thanks

Glad I could help!

Please don’t hesitate to reach back out in a new thread with any additional problems you come across. :slightly_smiling_face:

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.