X-Git-Url: https://git.kengrimes.com/?p=henge%2Fkiak.git;a=blobdiff_plain;f=host.js;h=1e473809d61f4b8a6521f50d8d13286d936b7db5;hp=811c4670ca9a24ef09b0a4aa4555f56c0ef8002a;hb=d17ac76d8256b00eb253138a554c7d3d51139b9e;hpb=3f5fce84645ec2c59aec0908807d1e9cb3e05e2d 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) => {