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

Screen Recording (iOS/Android) #19

Open
ximxim opened this issue Jun 5, 2021 · 2 comments
Open

Screen Recording (iOS/Android) #19

ximxim opened this issue Jun 5, 2021 · 2 comments
Assignees

Comments

@ximxim
Copy link
Owner

ximxim commented Jun 5, 2021

Detect screen recording on the device and on-screen recording end, trigger the feedback reporter.

Also, make the recording part of the package that will be reported to integrations like JIRA or Slack.

@sayurimizuguchi
Copy link
Collaborator

sayurimizuguchi commented Jun 5, 2021

I will start working on this. Need to go through the SDKs in order to understand the necessary changes for each platform. Hoping to finish this study this weekend and create the branch with initial changes

Note that depending on the size of the file, it can't be insufficient to send to a certain API Integration - e.g:

Jira Server:
The default (per file) is 10485760 bytes (10 MB). The maximum attachment size (per file) is 2147483647 bytes (2 GB).

Jira Cloud:
The default (per file) is 1 GB. The maximum attachment size (per file) is 2 GB.

For more info: Configuring file attachments

We will likely need to have a branch that will deal with these logics according to the Integration.

@ximxim
Copy link
Owner Author

ximxim commented Jun 5, 2021

Good point, we can leave that for enhancement.

I was also thinking that we will need to show a preview of the recorded video in the modal, we will have to figure out how to show the video without having to import another open-source library if possible.

Worst case scenario we have react-native-video to show the video preview.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants