Dan Motzenbecker

Results 32 comments of Dan Motzenbecker

Yes, same defaults as simple-peer-light: ```js iceServers: [ { urls: [ 'stun:stun.l.google.com:19302', 'stun:global.stun.twilio.com:3478' ] } ] ``` I'd like to: a. Make Trystero's default ICE list more robust b. Swap...

The new version of Trystero fixes this (it no longer uses simple-peer or simple-peer-light). If you're up for it, you can beta test it in your project by doing `npm...