Hacker News new | ask | show | jobs
by cpncrunch 3295 days ago
It looks like RTCPeerConnection(config) is throwing an error if you don't pass in a null config.
1 comments

Actually, the problem was using the deprecated 'url' property, rather than the newer 'urls' (which works).