[mirotalk] - improvements, update dep
This commit is contained in:
+1
-1
@@ -40,7 +40,7 @@ dependencies: {
|
||||
* @license For commercial use or closed source, contact us at license.mirotalk@gmail.com or purchase directly from CodeCanyon
|
||||
* @license CodeCanyon: https://codecanyon.net/item/mirotalk-p2p-webrtc-realtime-video-conferences/38376661
|
||||
* @author Miroslav Pejic - miroslav.pejic.85@gmail.com
|
||||
* @version 1.3.56
|
||||
* @version 1.3.57
|
||||
*
|
||||
*/
|
||||
|
||||
|
||||
+2
-2
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "mirotalk",
|
||||
"version": "1.3.56",
|
||||
"version": "1.3.57",
|
||||
"description": "A free WebRTC browser-based video call",
|
||||
"main": "server.js",
|
||||
"scripts": {
|
||||
@@ -56,7 +56,7 @@
|
||||
"js-yaml": "^4.1.0",
|
||||
"ngrok": "^5.0.0-beta.2",
|
||||
"nodemailer": "^6.9.14",
|
||||
"openai": "^4.53.1",
|
||||
"openai": "^4.53.2",
|
||||
"qs": "^6.12.3",
|
||||
"socket.io": "^4.7.5",
|
||||
"swagger-ui-express": "^5.0.1",
|
||||
|
||||
@@ -1853,8 +1853,10 @@ hr {
|
||||
/* Styles for the dropdown menu container */
|
||||
.dropdown-menu {
|
||||
display: none;
|
||||
margin-top: 5px;
|
||||
right: 0;
|
||||
background-color: var(--body-bg); /* Change this to your desired menu background color */
|
||||
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
|
||||
box-shadow: var(--box-shadow);
|
||||
border: none;
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
|
||||
@@ -141,7 +141,8 @@
|
||||
display: none;
|
||||
border-radius: 5px;
|
||||
background: var(--body-bg);
|
||||
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
|
||||
/* box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); */
|
||||
box-shadow: var(--box-shadow);
|
||||
border: none;
|
||||
overflow-y: auto;
|
||||
overflow-x: hidden;
|
||||
|
||||
+6
-3
@@ -15,7 +15,7 @@
|
||||
* @license For commercial use or closed source, contact us at license.mirotalk@gmail.com or purchase directly from CodeCanyon
|
||||
* @license CodeCanyon: https://codecanyon.net/item/mirotalk-p2p-webrtc-realtime-video-conferences/38376661
|
||||
* @author Miroslav Pejic - miroslav.pejic.85@gmail.com
|
||||
* @version 1.3.56
|
||||
* @version 1.3.57
|
||||
*
|
||||
*/
|
||||
|
||||
@@ -8715,7 +8715,10 @@ function toggleLockUnlockWhiteboard() {
|
||||
|
||||
whiteboardAction(getWhiteboardAction(action));
|
||||
|
||||
if (wbIsLock) playSound('locked');
|
||||
if (wbIsLock) {
|
||||
userLog('toast', 'The whiteboard is locked. \n The participants cannot interact with it.');
|
||||
playSound('locked');
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
@@ -10140,7 +10143,7 @@ function showAbout() {
|
||||
Swal.fire({
|
||||
background: swBg,
|
||||
position: 'center',
|
||||
title: '<strong>WebRTC P2P v1.3.56</strong>',
|
||||
title: '<strong>WebRTC P2P v1.3.57</strong>',
|
||||
imageAlt: 'mirotalk-about',
|
||||
imageUrl: images.about,
|
||||
customClass: { image: 'img-about' },
|
||||
|
||||
Reference in New Issue
Block a user