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

Dear Team,

I need to disable or prevent recording of live meeting from third party recording app. And also prevent screen capture while meeting is live any setting in zoom sdk for android or can you suggest how to do that please help me.

Thanks & Regards

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!