X-Git-Url: https://git.kengrimes.com/?p=henge%2Fkiak.git;a=blobdiff_plain;f=host.js;fp=host.js;h=1e473809d61f4b8a6521f50d8d13286d936b7db5;hp=811c4670ca9a24ef09b0a4aa4555f56c0ef8002a;hb=c8d3d5f035df084549d35fbf9880f92a5a8d9e00;hpb=bfecfec52e8ce28c6eefc336ee42df3263b6cef3 diff --git a/host.js b/host.js index 811c467..1e47380 100644 --- a/host.js +++ b/host.js @@ -59,6 +59,7 @@ function handleNewClientConnection(offer) { hpc = new RTCPeerConnection(conf) //console.log(offer) clients.set(offer.pubKey, hpc) + console.log(offer.sdp) hpc.setRemoteDescription(offer.sdp) .then(() => { hpc.createAnswer().then((answer) => {