X-Git-Url: https://www.kengrimes.com/gitweb/?p=henge%2Fkiak.git;a=blobdiff_plain;f=client.js;h=8a4fe43f11b888df4376e4cd6aa31066ad380e26;hp=eab31877a4d57e701d2e962a75fc8cc67282c87b;hb=612dc5ccc554584ab2b849767da83e1a235c450d;hpb=0ff5eabbfe914a66b7f6b2a7f22f6469895ab826 diff --git a/client.js b/client.js index eab3187..8a4fe43 100644 --- a/client.js +++ b/client.js @@ -108,6 +108,7 @@ function pollServerForICECandidate(cpc) { } request.send(cpc.pubKey) }).then((response) => { + console.log('Client: Adding Ice Candidate ') cpc.addIceCandidate(response.candidate) }).catch((err) => { console.log('pollServerForICECandidate: ' + err)