Screen sharing issue in iOS

Description
I was trying to implement screen sharing using Zoom SDK and custom UI. I have followed each steps given in https://marketplace.zoom.us/docs/sdk/native-sdks/iOS/mastering-zoom-sdk/in-meeting-function/screen-share#broadcast-device-screen
Still it shows black screen while sharing, and also sampleHandler class does not get called.

Can anyone please guide me, why does same handler also not get called?

Which iOS Client SDK version?
sdk version - 5.5.12

Hey @dilip.r,

Thanks for using the dev forum!

When you run your application in xcode, it will run your main application by default. The sampleHandler exists in your broadcast extension, though. Technically, iOS sees these as two separate applications. If you would like to breakpoint in your samplehandler, you need to run your broadcast extension instead of your main application. When you do this it will ask you what app to run with, and you would select your main application:

Thanks!
Michael

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