We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
pause()
Package version 5.2.0
Environment
Describe the bug
When I call .pause(), the recording notification icon in the system tray does not disappear:
.pause()
I couldn't find a way to make it disappear.
To Reproduce
Call .pause() on a recording that has already started on MacOS.
Expected behavior
The notification icon disappears.
Additional Context
Calling .stop() actually does not remove it either. The only way to remove it is to call .cancel()
.stop()
.cancel()
The text was updated successfully, but these errors were encountered:
The issue is also present on iOS. I can see it while using the simulator here:
Sorry, something went wrong.
No branches or pull requests
Package version
5.2.0
Environment
Describe the bug
When I call
.pause()
, the recording notification icon in the system tray does not disappear:I couldn't find a way to make it disappear.
To Reproduce
Call
.pause()
on a recording that has already started on MacOS.Expected behavior
The notification icon disappears.
Additional Context
Calling
.stop()
actually does not remove it either. The only way to remove it is to call.cancel()
The text was updated successfully, but these errors were encountered: