[call-me] - fix typo
This commit is contained in:
+4
-3
@@ -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 = '/';
|
||||
}
|
||||
});
|
||||
|
||||
@@ -414,7 +414,4 @@ z-index:
|
||||
- 2. streamStatusContainer
|
||||
- 3. localVideoContainer, attribution
|
||||
- 4. sessionTime
|
||||
|
||||
|
||||
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user