HenrikJoreteg / webrtcsupport

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

supportDataChannel no longer works #21

Closed xdumaine closed 8 years ago

xdumaine commented 8 years ago

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

window.RTCPeerConnection.prototype.createDataChannel no longer exists. :confused:

fippo commented 8 years ago

window.RTCDataChannel never existed but the code does not say that?

RangerMauve commented 8 years ago

Did you maybe mean that RTCPeerConnection.prototype.createDataChannel has been deprecated? Do you have a link to your source?

xdumaine commented 8 years ago

@fippo my mistake, I meant window.RTCPeerConnection. need coffee...

xdumaine commented 8 years ago

See #22