HenrikJoreteg / webrtcsupport

Browser module to detect support for WebRTC and extract proper constructors.
55 stars 33 forks source link

📢 Seeking maintainers 📢 #33

Open HenrikJoreteg opened 6 years ago

HenrikJoreteg commented 6 years ago

I no longer do anything with WebRTC on a regular basis. I'd love some more help maintaining this. It gets about ~1500 downloads a week on npm. So it'd be nice if it were polished up.

fippo commented 6 years ago

any idea where this comes from? I thought I had eliminated any usage in the simplewebrtc stack npm shows no dependents so maybe its old versions of simplewebrtc?

HenrikJoreteg commented 6 years ago

@fippo honestly, i'm not sure either. I was kind of surprised to see this even still being on my github. haha. So should this really just be deprecated, you think? Sorry, I haven't been keeping up at all with this stuff.

HenrikJoreteg commented 6 years ago

looks like it's used by a few other libs: https://www.npmjs.com/package/webrtcsupport (check dependents tab)

fippo commented 6 years ago

I think the approach taken herein is no longer required. From looking at the dependents I would say @diasdavid has the biggest interest in this.

HenrikJoreteg commented 6 years ago

@fippo i don't have some burning desire to do something with this module. It can just sit here. I just wanted to give someone the opportunity to take it over if they were depending on it.

danielkcz commented 4 years ago

Hey, so if I understand correctly, WebRTC is standardized across browsers to such extend this is not needed anymore? I am pretty much starting with WebRTC and trying to navigate the landscape.

fippo commented 4 years ago

you'll want to read https://bloggeek.me/webrtc-adapter-js/ -- reality is a bit more complex.

@HenrikJoreteg time to archive the repository?

danielkcz commented 4 years ago

Thanks. I saw a glimpse of adapter.js in some older video, did not expect it's still actively maintained :)