function desc(pc, channel, comm) { return function(desc) { pc.setLocalDescription(desc); send(channel, {command:comm, data:desc}); }; }