Check if the given user ID is equal to the current user's user id
bool isMe(String userId) { return _tinodeService.isMe(userId); }