Temasys / AdapterJS

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

Safari Plugin doesn't work with Sierra #236

Closed igorpavlov-zz closed 8 years ago

igorpavlov-zz commented 8 years ago

It worked in Safari 9, now it just doesn't want to fire up on getUserMedia()

johache commented 8 years ago

Hi,

Are you using an up to date version of AJS ?

The plugin detection system was updated in 0.13.4 and is needed for AJS to detect and inject the plugin element.

See https://github.com/Temasys/AdapterJS/releases

igorpavlov-zz commented 8 years ago

Yes, I used 0.13.3. Thank you.