Best way to check if another user is online?

I have a video chat app. When a user requests to start a video session, I want to do a check to see if the recipient is online-- what is the best way to do this? Is the only solution mizzao’s meteor-user-status or to keep track of this myself on the user’s record?

1 Like