Record Plugin for windows desktop app #236
Replies: 1 comment
-
The error message seems weird. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hey there!
I'm attempting to use the plugin within a windows desktop app created with visual studio code. However, every time I attempt to start the recording, the app simply closes, with the debug console stating "Lost connection to device." I have a simple app with a _toggleaudio function that's called when a button is pressed:
void _toggleAudio() async {
}
Appreciate any help or insight!
Beta Was this translation helpful? Give feedback.
All reactions