[mirotalk] - improvements

This commit is contained in:
Miroslav Pejic
2025-06-10 21:52:56 +02:00
parent ffbaa6dd2d
commit 1516e99a04
+1 -2
View File
@@ -1498,7 +1498,6 @@ async function whoAreYou() {
if (!myToken) return userNameAlreadyInRoom(); // #209 Hack...
}
loadGeo();
checkPeerAudioVideo();
whoAreYouJoin();
playSound('addPeer');
@@ -1595,7 +1594,6 @@ async function whoAreYou() {
usernameEmoji.classList.add('hidden');
}
window.localStorage.peer_name = myPeerName;
loadGeo();
whoAreYouJoin();
}
},
@@ -2011,6 +2009,7 @@ async function whoAreYouJoin() {
setPeerChatAvatarImgName('right', myPeerName, myPeerAvatar);
joinToChannel();
handleHideMe(isHideMeActive);
loadGeo();
}
/**