Replies: 1 comment 1 reply
-
You could stop the recording in |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
Let's imagine I started the record by pressing record button in the bottom sheet. then I tap outside of it and I have an event catching that bottom sheet is closed, it happens inside of parent page widget. there I obviously do not have access to audio recorder declared inside of bottom sheet.
I simply want to cancel/stop recording when user taps outside of bottom sheet, how?
Perhaps, I can declare RecordProvider everywhere and call isRecording()? (I assume it works only if it is declared as singleton or if it is a simple wrapper around mic and handles its global state).
Beta Was this translation helpful? Give feedback.
All reactions