🎯 Summary
The source branch includes these changes:
- Add a start unattended video method allowing developers to customize a timeout for the default unattended process to end
- Add a cancel unattended video method allowing developers to indicate if the want to remove all the evidences that have been stored in the server side
- Create a class for handle the agent requests
- Refactor some code
🤔 Type
-
✨ New feature -
🐛 Bug fix -
👷 Technical debt -
☢ ️ Breaking change (it breaks backward compatibility) -
📚 Requires a change in the docs
⚙ ️ Configuration
Workspace branch: [MOBBSCAN-4201]
Related MRs:
🔬 Tests
Test in the simple project:
- The default unatteded process timeout works properly. Try setting to several timing and try a full process and check no error happens
- Cancelling the custom unattended process
🧐 Checklist:
- The code follow the project guidelines.
- The changes have been tested locally.
- The code has internal docs.
- Docs are updated (README, public docs, etc.)
- Some tests have been added to check that the changes work as expected (unit, integration or e2e tests ...)
- Unit tests are running without errors.
- Other dependant changes have already been merged.
- Changelog updated (if it applies)