function onice(channel) { return function(evt) { if (evt.candidate) { send(channel, {command:"ice", data:evt.candidate}); } } }