You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
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.
The text was updated successfully, but these errors were encountered: