I have already set to redirect someone from my conference page to feedback page but if they press button it goes back to the conference page again. I just need to stop them from going back to conference page and redirect them to some other page while doing so,
setTimeout(
() => {
window.location.href = `${APP.UI.getURL()}/feedback`;
},
NOTIFICATION_TIMEOUT);