Commits
cristianoccazinsp authored and Sibelius Seraphini committed 57bf513d5bd
fix(android): Fix app freeze on app/host pause on Android. Fix is quite simple, recording has to be stopped before the camera preview. (#2467) Fix taken from: https://stackoverflow.com/questions/8914454/mediarecorder-stop-hanging-with-android-4-0-ics/18876200 TODO: Review Camera2 implementation since it might have the same issue.