Index: inject.preload.js |
diff --git a/inject.preload.js b/inject.preload.js |
index 816f32e59c6670c02cd8ffdd3b6765192dd7d4cf..ce765d685f4019e88002d191f24d1bfdbb0d7dee 100644 |
--- a/inject.preload.js |
+++ b/inject.preload.js |
@@ -359,7 +359,7 @@ function injected(eventName, injectedIntoContentWindow) |
function WrappedRTCPeerConnection(...args) |
{ |
if (!(this instanceof WrappedRTCPeerConnection)) |
- return WrappedRTCPeerConnection(); |
+ return RealRTCPeerConnection(); |
let configuration = protectConfiguration(args[0]); |