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
Hello, thanks for useful example. I have integrated it in my React app, with calling of meter.shutdown() and window.cancelAnimationFrame(rafID) when component is unmounted. It works fine, however I can't relaunch this gotStream(stream) function when the stream is changed (user choosed another microphone). Maybe you have any suggestions about how it can be relaunched with updated stream?
The text was updated successfully, but these errors were encountered:
Hello, thanks for useful example. I have integrated it in my React app, with calling of
meter.shutdown()
andwindow.cancelAnimationFrame(rafID)
when component is unmounted. It works fine, however I can't relaunch thisgotStream(stream)
function when the stream is changed (user choosed another microphone). Maybe you have any suggestions about how it can be relaunched with updated stream?The text was updated successfully, but these errors were encountered: