exports.loginHelper = function(data) { const html = ` Multiparty Meeting `; return html; }; exports.logoutHelper = function() { const html = ` Multiparty Meeting `; return html; };