Record Plugin for windows desktop app #236
Unanswered
TheBurntWaffl3
asked this question in
Q&A
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
-
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