From 14cb1a6469d74318739ccbd884d1d3a1282105fa Mon Sep 17 00:00:00 2001 From: Stefan Hakansson LK Date: Fri, 25 Sep 2015 10:08:18 +0200 Subject: [PATCH] test --- bridge/client/webrtc.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/bridge/client/webrtc.js b/bridge/client/webrtc.js index 1d0c1e76..c2ac3190 100644 --- a/bridge/client/webrtc.js +++ b/bridge/client/webrtc.js @@ -114,6 +114,7 @@ (function () { var client = {}; client.dtlsInfoGenerationDone = function (generatedDtlsInfo) { + console.log("callback from createKeys"); dtlsInfo = generatedDtlsInfo; if (!dtlsInfo) console.log("createKeys returned without any dtlsInfo - anything involving use of PeerConnection won't work"); @@ -127,7 +128,10 @@ bridge.createKeys(bridge.createObjectRef(client, "dtlsInfoGenerationDone")); + console.log("called createKeys"); })(); + + console.log("after the function about createKe"); function getUserMedia(options) { checkArguments("getUserMedia", "dictionary", 1, arguments);