initial client roundtrip estimate on broker

This commit is contained in:
Serene H 2016-09-20 06:26:21 -07:00
parent 6cecd31fd8
commit 47e1338290
4 changed files with 37 additions and 8 deletions

View file

@ -125,6 +125,7 @@ class Snowflake
try
offer = JSON.parse desc
dbg 'Received:\n\n' + offer.sdp + '\n'
console.log offer
sdp = new SessionDescription offer
@sendAnswer pair if pair.receiveWebRTCOffer sdp
catch e