if (Array.isArray(room.unmuted) && room.unmuted.indexOf(user.username) !== -1) {
                return false;
            }