Temasys / AdapterJS

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

Updating of core webrtc adapter? #273

Open aszmyd opened 7 years ago

aszmyd commented 7 years ago

Why third_party/adapter is not being updated more often? Its from 8 months ago now. Im asking because i'm trying to get WebRTC video working on Edge15 and it seems that webrtc/adapter implementation is doing it right but this plugin is behind and have some issues (i'm having similar problem as the one described on issue #324 of webrtc/adapter repo.

I think if the third_party/adapter submodule will be updated it would fix some issues.

kekkokk commented 7 years ago

Yeah, same question here. is there any issue updating the core? I don't feel comfortable using an old adapter, especially with the recent changes in getusermedia options.

this force me to load this adapter for IE and the latest adapter for the rest.

johache commented 7 years ago

The most advanced branch is here: https://github.com/Temasys/AdapterJS/tree/jo-WWDC-Safari-Integration It should be released by the end of the month, and will bring an update of webrtc-adapter.

kekkokk commented 7 years ago

awesome thanks