made-by-jonny

Results 2 issues of made-by-jonny

### Basic info: nodeJS version: 13.3.0 jsdom version: 16.2.2 ### Minimal reproduction case ```js const {JSDOM} = require('jsdom') const dom = new JSDOM(` Email submit `); const { document }...

I am working on a prototype and struggling to show the users stream back to the user once they have connected. I can successfully call. `const call = peer.call(connection, localStream);`...