In JS function.call expects parameters to be passed in directly instead of an array of parameters...
Also, Meteor.call accepts direct parameters while Meteor.apply accepts an array
The proposal:
Change from:
DDPClient.prototype.call and DDPClient.prototype.callWithRandomSeed
to:
DDPClient.prototype.send and DDPClient.prototype.sendWithRandomSeed