function negotiate() { return pc.createOffer().then(function(offer) { return pc.setLocalDescription(offer); }).then(f