add useSecureView prop to prevent screen recording

This commit is contained in:
Gabriel
2022-02-14 21:17:22 -04:00
parent 2ab029995f
commit 2af360a7bb
5 changed files with 41 additions and 1 deletions

View File

@@ -488,6 +488,7 @@ Video.propTypes = {
fullscreenOrientation: PropTypes.oneOf(['all', 'landscape', 'portrait']),
progressUpdateInterval: PropTypes.number,
useTextureView: PropTypes.bool,
useSecureView: PropTypes.bool,
hideShutterView: PropTypes.bool,
onLoadStart: PropTypes.func,
onLoad: PropTypes.func,