Temasys / AdapterJS

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

AdapterJS.webRTCReady not firing on Safari 8.0+ #137

Closed YakhoubDrame closed 8 years ago

YakhoubDrame commented 8 years ago

Hello,

I installed the TemWebRTCPlugin on my macbook and verified that it was enabled in my browser. I tried opening the following page https://plugin.temasys.com.sg/demo/samples/web/content/getusermedia/gum/index.html in Safari 8.0.8 but the webRTCReady function didn't seem to fire. Nor did it in a test web page I created.

Has AdapterJS been tested on Safari 8.0+?

Thank you!

YakhoubDrame commented 8 years ago

Hello,

I updated my Os to El Capitan (and Safari to 9.0.1 accordingly) and the getusermedia example page works.

I still have issues with my own page though. I'm using webcomponentsjs for my own customized dom elements, and its script prevents adapterjs from initializing correctly.

I am going to investigate this matter on the webcomponentsjs side.

Yakhoub

YakhoubDrame commented 8 years ago

Hello,

I realized my bug was the same reported in https://github.com/webrtc/samples/issues/344 back then. I updated Polymer from 0.5 to 1.0 and the errors disappeared.