How To Disable Screen Recording And Screen Capture While Meeting Live In Zoom Sample App

Hi @ptatiya,

Thanks for using Zoom SDK. If you would like to disable the ability to do recording, you may disable it on the web portal as mentioned in https://support.zoom.us/hc/en-us/articles/203741855-Cloud-recording;

If you would like to prevent the Android system recording or the screen capture, you may follow my answer here Onbackpress to go out of application to inherit the MeetingActivity, so that you could implement your logic to prevent such behavior while in the meeting.

Hope this helps. Thanks!