you are right, you can share your application on real time if you integrated Zoom SDK in it and using App share meeting. other Attendees will be able to see your application’s UI. Please download iOS SDK sample @ https://github.com/zoom/zoom-sdk-ios. And test the App share meeting.
Hi Kozue
Our SDK has the ability to share a photo, a website, anything you can want to share.
you can share a UIView use the method: - (void)appShareWithView:(nonnull UIView*)view;
you can share your whole app view with - (void)appShareWithReplayKit;