Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
stefhak committed Oct 22, 2015
1 parent 6fecc01 commit 14cb1a6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions bridge/client/webrtc.js
Expand Up @@ -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");
Expand All @@ -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);
Expand Down

0 comments on commit 14cb1a6

Please sign in to comment.