Download:
child 7:ecb710cf56fb
parent 5:de01e29e06b5
6:33d306388e7f
Anton Shestakov <engored@ya.ru>, Wed, 20 Nov 2013 19:40:23 +0900
Make recent (24, 25) versions of Firefox work.

1 файлов изменено, 1 вставок(+), 1 удалений(-) [+]
static/js/webrtc-adapter.js file | annotate | diff | comparison | revisions
--- a/static/js/webrtc-adapter.js Thu Mar 14 23:36:24 2013 +0900
+++ b/static/js/webrtc-adapter.js Wed Nov 20 19:40:23 2013 +0900
@@ -13,7 +13,7 @@
RTCPeerConnection = mozRTCPeerConnection;
// The RTCSessionDescription object.
- RTCSessionDescription = Object;
+ RTCSessionDescription = mozRTCSessionDescription;
// The RTCIceCandidate object.
RTCIceCandidate = mozRTCIceCandidate;