[call-me] - improvements, update dep

This commit is contained in:
Miroslav Pejic
2025-02-09 17:06:15 +01:00
parent daa6988ff3
commit 2e8a63c592
2 changed files with 9 additions and 2 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
{
"name": "call-me",
"version": "1.0.73",
"version": "1.0.74",
"description": "Your Go-To for Instant Video Calls",
"author": "Miroslav Pejic - miroslav.pejic.85@gmail.com",
"license": "AGPLv3",
@@ -31,6 +31,6 @@
},
"devDependencies": {
"nodemon": "^3.1.9",
"prettier": "3.4.2"
"prettier": "3.5.0"
}
}
+7
View File
@@ -450,6 +450,13 @@ function handleSignInClick() {
// Toggle local video visibility
function toggleLocalVideo() {
localVideoContainer.classList.toggle('hide');
// Stop video and audio if they are currently active
if (!videoBtn.classList.contains('btn-danger')) {
videoBtn.click();
}
if (!audioBtn.classList.contains('btn-danger')) {
audioBtn.click();
}
}
// Handle Select user to call on changes