How to share a screen image using the Zoom iOS SDK

Description
How to share a screen image using Zoom. I am capturing the UI from one of my UIViewControllers and I want to share that screen image with the rest of the meeting participants. I downloaded your sample application and I was able to share a photo in a meeting.

Would I have to place the screen image into a view and pass it to the MobileRTCActiveShareView?

Which version?
v4.3.47201.0322

To Reproduce(If applicable)

Screenshots

Smartphone (please complete the following information):

  • iPad
  • OS: 11.0

Additional context

Hi bmclaren,

Thanks for using Zoom SDK. We have multiple ways of sharing image, sharing an image from the photo library (As shown in the demo) is one of them. Another method of sharing image would be: Passing an UIImageView to appShareWithView method:https://zoom.github.io/zoom-sdk-ios/category_mobile_r_t_c_meeting_service_07_app_share_08.html#a9cc919808a032a6c904a00d7f1975dc4

Hope this helps. Thanks!