Temasys / AdapterJS

AdapterJS Javascript Polyfill and Tools for WebRTC - Skylink WebRTC
http://skylink.io/web
Other
428 stars 100 forks source link

AJS-299: Fixes for "requestUserMedia" not being defined in Safari 11 #284

Closed oooookk7 closed 7 years ago

oooookk7 commented 7 years ago

JIRA ticket: AJS-299

Affects version: 0.14.0 (screenshare build)

Commits:

johache commented 7 years ago

On Safari 11, this code should not run anyway, as it is garded by if (!navigator.mediaDevices...) navigator.mediaDevices is natively defined in Safari 11.

There are already a lot of changes in this branch. Please check it out : https://github.com/Temasys/AdapterJS/tree/jo-WWDC-Safari-Integration

oooookk7 commented 7 years ago

Hi @johache, makes sense. I tested this without that branch.