Dont allow the user to take screenshot or screen record in zoom sdk

I am currently using zoom-sdk-android-5.14.5.13410 sdk, and working on non custom ui for zoom.

i dont want to allow the user to either take screenshot or screen record

I have integrated the Zoom meeting sdk in my Android app.
When the user joins a meeting via the zoom meeting sdk, then screen shot or screen share can be taken without the speaker consent using any 3rd party screen recorder.

Although I have declared getWindow().setFlags(WindowManager.LayoutParams.FLAG_SECURE, WindowManager.LayoutParams.FLAG_SECURE);

Since it happens in Zoom sdk in a separate window, I am unable to control it.
Kindly help me in resolving the issue

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