Merge branch 'master' of github.com:Jlavatai/strapp
[henge/kiak.git] / host.js
diff --git a/host.js b/host.js
index 811c467..1e47380 100644 (file)
--- a/host.js
+++ b/host.js
@@ -59,6 +59,7 @@ function handleNewClientConnection(offer) {
   hpc = new RTCPeerConnection(conf)\r
   //console.log(offer)\r
   clients.set(offer.pubKey, hpc)\r
+  console.log(offer.sdp)\r
   hpc.setRemoteDescription(offer.sdp)\r
   .then(() => {\r
     hpc.createAnswer().then((answer) => {\r