fix(hangup) - redirect after hangup in tenant meetings (#11876)

This commit is contained in:
Mihaela Dumitru 2022-07-19 12:21:18 +03:00 committed by GitHub
parent 449d52f26b
commit 009588a3d8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -164,7 +164,7 @@ export function maybeRedirectToWelcomePage(options: Object = {}) {
// if close page is enabled redirect to it, without further action
if (enableClosePage) {
if (isVpaasMeeting(getState())) {
redirectToStaticPage('/');
dispatch(redirectToStaticPage('/'));
return;
}