HenrikJoreteg / webrtcsupport

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

Detect OpenWebRTC-based browser #9

Closed stefanalund closed 6 years ago

stefanalund commented 9 years ago

Detect support for OpenWebRTC-based browsers, such as Bowser: http://www.openwebrtc.io/bowser/

fippo commented 8 years ago

@stefanalund is this fixed by https://github.com/HenrikJoreteg/webrtcsupport/pull/19 -- not sure what is required.

stefanalund commented 8 years ago

No, it does not seem to be enough. You are requiring VP8 and testing it in a flawed way. I would argue for removing this requirement altogether. Or you could add a requirement for H.264 and subsequently see Chrome "not support WebRTC" :smirk:

https://github.com/HenrikJoreteg/webrtcsupport/blob/master/index-browser.js#L29

fippo commented 6 years ago

vp8 requirement was removed at some point in 2015.