[call-me] - fix typo

This commit is contained in:
Miroslav Pejic
2025-01-25 23:41:09 +01:00
parent 7d4d7a6538
commit 8f1765712d
2 changed files with 4 additions and 6 deletions
+4 -3
View File
@@ -689,14 +689,15 @@ function handleMediaStreamError(error) {
position: 'top',
icon: 'warning',
html: errorMessage,
confirmButtonText: `Exit`,
denyButtonText: 'Exit',
showDenyButton: true,
showConfirmButton: false,
allowOutsideClick: false,
allowEscapeKey: false,
showDenyButton: false,
showClass: { popup: 'animate__animated animate__fadeInDown' },
hideClass: { popup: 'animate__animated animate__fadeOutUp' },
}).then((result) => {
if (result.isConfirmed) {
if (result.isDenied) {
window.location.href = '/';
}
});
-3
View File
@@ -414,7 +414,4 @@ z-index:
- 2. streamStatusContainer
- 3. localVideoContainer, attribution
- 4. sessionTime
*/