Skip to content

Commit

Permalink
[mirotalksfu] - update dep
Browse files Browse the repository at this point in the history
  • Loading branch information
miroslavpejic85 committed Jun 4, 2024
1 parent cdccbe7 commit 51b6039
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 7 deletions.
2 changes: 1 addition & 1 deletion app/src/Server.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ dependencies: {
* @license For commercial or closed source, contact us at [email protected] or purchase directly via CodeCanyon
* @license CodeCanyon: https://codecanyon.net/item/mirotalk-sfu-webrtc-realtime-video-conferences/40769970
* @author Miroslav Pejic - [email protected]
* @version 1.4.43
* @version 1.4.44
*
*/

Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mirotalksfu",
"version": "1.4.43",
"version": "1.4.44",
"description": "WebRTC SFU browser-based video calls",
"main": "Server.js",
"scripts": {
Expand Down Expand Up @@ -67,7 +67,7 @@
},
"devDependencies": {
"node-fetch": "^3.3.2",
"nodemon": "^3.1.2",
"prettier": "3.2.5"
"nodemon": "^3.1.3",
"prettier": "3.3.0"
}
}
8 changes: 6 additions & 2 deletions public/js/Room.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ if (location.href.substr(0, 5) !== 'https') location.href = 'https' + location.h
* @license For commercial or closed source, contact us at [email protected] or purchase directly via CodeCanyon
* @license CodeCanyon: https://codecanyon.net/item/mirotalk-sfu-webrtc-realtime-video-conferences/40769970
* @author Miroslav Pejic - [email protected]
* @version 1.4.43
* @version 1.4.44
*
*/

Expand Down Expand Up @@ -3962,7 +3962,7 @@ function showAbout() {
position: 'center',
title: 'WebRTC SFU',
html: `
<br/>
<br />
<div id="about">
<button
id="support-button"
Expand All @@ -3986,6 +3986,10 @@ function showAbout() {
href="mailto:[email protected]?subject=MiroTalk SFU info">
[email protected]
</a>
<br /><br />
<hr />
<span>&copy; 2024 MiroTalk SFU, all rights reserved</span>
<hr />
</div>
`,
showClass: { popup: 'animate__animated animate__fadeInDown' },
Expand Down
2 changes: 1 addition & 1 deletion public/js/RoomClient.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
* @license For commercial or closed source, contact us at [email protected] or purchase directly via CodeCanyon
* @license CodeCanyon: https://codecanyon.net/item/mirotalk-sfu-webrtc-realtime-video-conferences/40769970
* @author Miroslav Pejic - [email protected]
* @version 1.4.43
* @version 1.4.44
*
*/

Expand Down

0 comments on commit 51b6039

Please sign in to comment.