Hacker News new | ask | show | jobs
by om2 3296 days ago
We're working individually with WebRTC sites to get them running. There's complications because many sites use legacy APIs that are not in the spec but still exist in Chrome. We're adding some of those for more compatibility.
2 comments

Is there any chance for Screen(or window or tab) Sharing to make it in?
Not in High Sierra / iOS 11 but we're aware of this and considering it for a future version.
Shame it didn't make the current version, but great to hear it will be available in a later one.
To be clear, no promises. But we're definitely considering it and it seems like useful functionality.
It looks like RTCPeerConnection(config) is throwing an error if you don't pass in a null config.
Actually, the problem was using the deprecated 'url' property, rather than the newer 'urls' (which works).