You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is there support for recording to a stream on web? I'm playing around with code as per below (just shots in the dark).
On web, it's not hitting the listen method, i.e not printing Adding to sink WEB. I've also played around with only calling toStream, but then I get a mismatch with initialiizing recordingDataController as StreamController<Uint8List>().
The record method is working fine on a native Android device.
Is there support for recording to a stream on web? I'm playing around with code as per below (just shots in the dark).
On web, it's not hitting the listen method, i.e not printing
Adding to sink WEB
. I've also played around with only callingtoStream
, but then I get a mismatch with initialiizing recordingDataController asStreamController<Uint8List>()
.The record method is working fine on a native Android device.
Anyone gotten recording to stream on web to work?
The text was updated successfully, but these errors were encountered: