pbolognesieustema / sip-js

Automatically exported from code.google.com/p/sip-js
0 stars 0 forks source link

Upgrade to webkitRTCPeerConnection #11

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Upgrade from webkitDeprecatedPeerConnection to webkitRTCPeerConnection to be 
compatible with Chrome Canary version 23+. The existing 
webkitDeprecatedPeerConnection worked in Canary 21.

Original issue reported on code.google.com by theinten...@gmail.com on 21 Oct 2012 at 5:22

GoogleCodeExporter commented 9 years ago
Hopefully this is fixed in r15. Changed to use webkitRTCPeerConnection and 
corresponding createOffer/createAnswer modes instead of 
webkitDeprecatedPeerConnection. The X-WebRtc header is no longer needed.

Original comment by theinten...@gmail.com on 23 Oct 2012 at 8:36