Closed DevJhns closed 1 year ago
@DevJhns i had the same problem and i have found a solution. I clone the stream (in your case: localStream
and then it works for me:
var speechEvents = hark(localStream.clone(), options);
@sabrinaheid I found this solution about 1-1.5 months ago, posted it in some issue here already, thx anyway)
Well, using
All ok in chrome, but in Safari records corrupts somehow, how to prevent this, any ideas? Thx!