We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Is it safe to set userId in meteor call?
Meteor.call('UserPresence:online', UserPresence.userId);
Why you need to send a userId and you do not using Meteor.userId() on server?
Thanks a lot.