Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for screen recording events #9

Open
taitems opened this issue Dec 13, 2023 · 0 comments
Open

Add support for screen recording events #9

taitems opened this issue Dec 13, 2023 · 0 comments

Comments

@taitems
Copy link

taitems commented Dec 13, 2023

PrivacyScreen has support for screen recording started, screen recording stopped, and screenshot taken. Unfortunately they have a bug where you cannot disable their privacy screen feature, so it prevents all of these actions.

It would be fantastic if this library also allowed for those events:

	PrivacyScreen.addListener('screenRecordingStarted', () => {
		analytics.track('Screen Recording Started');
	});
	PrivacyScreen.addListener('screenRecordingStopped', () => {
		analytics.track('Screen Recording Stopped');
	});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant