Is it possible to share screen in an iOS app without recording screen option?

I have integrated the Zoom SDK into our apps- but the only way to share the screen is to long press the record button in the control center and start broadcasting to a broadcasting extension… Is there a way to screen share just the application the Zoom SDK is built into and not share the entire device screen without requiring the long press of the record button in the control center?

Hi jeffrey.haines,

Thanks for using Zoom SDK. We also have the appShareWithView(https://zoom.github.io/zoom-sdk-ios/category_mobile_r_t_c_meeting_service_07_app_share_08.html#a9cc919808a032a6c904a00d7f1975dc4), but screen sharing using the broadcasting extension is the preferred way and you could see the Zoom iOS client is also using the same way to screen share.

Hope this helps. Thanks!