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