client add ICE
[henge/kiak.git] / client.js
index eab3187..8a4fe43 100644 (file)
--- 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)