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
WebRTC (https://webrtc.org/) helps with audio/video/data streams from one browser to another. It would be great to be able to test these connections through a headless browser like jsdom. Because it's supported by most modern browsers, I'm wondering if there is support for it in jsdom.
The text was updated successfully, but these errors were encountered:
This would not only allow for testing. It also would enable the server to serve as a peer. So you can catch video streams from the browser and do stuff with it. Would make a great feature!
WebRTC (https://webrtc.org/) helps with audio/video/data streams from one browser to another. It would be great to be able to test these connections through a headless browser like jsdom. Because it's supported by most modern browsers, I'm wondering if there is support for it in jsdom.
The text was updated successfully, but these errors were encountered: