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

Implement correct behavior when some rights are missing (Camera/Microphone) (iOS/Android). #288

Open
wekitecs opened this issue Feb 16, 2021 · 2 comments

Comments

@wekitecs
Copy link

In GitLab by @cawke on Feb 17, 2021, 24:54

If you do not have rights for the camera, you must notify the user that the application can not work without a camera, and then quit the application.

If you do not have rights to record from the microphone, you must ask for access again and in case of denial disable the annotation with sound recording (in the variant with the ghost and video just turn off recording).

If you have other thoughts, write in the comments

@wekitecs
Copy link
Author

In GitLab by @cawke on Mar 18, 2021, 16:09

unassigned @cawke

@wekitecs
Copy link
Author

In GitLab by @Wild on Sep 10, 2021, 12:51

I think we should just repeatedly ask for approval - the app is not functional without. So: if someone denies, we should ask again until they say yes.

@fwild fwild added this to the devops milestone Oct 15, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: No status
Development

No branches or pull requests

2 participants