Skip to content

Commit

Permalink
[mirotalksfu] - update landing, update dep
Browse files Browse the repository at this point in the history
  • Loading branch information
miroslavpejic85 committed Jul 15, 2024
1 parent 946691f commit 194626f
Show file tree
Hide file tree
Showing 8 changed files with 71 additions and 6 deletions.
2 changes: 1 addition & 1 deletion app/src/Server.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,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.96
* @version 1.4.97
*
*/

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mirotalksfu",
"version": "1.4.96",
"version": "1.4.97",
"description": "WebRTC SFU browser-based video calls",
"main": "Server.js",
"scripts": {
Expand Down Expand Up @@ -83,6 +83,6 @@
"devDependencies": {
"node-fetch": "^3.3.2",
"nodemon": "^3.1.4",
"prettier": "3.3.2"
"prettier": "3.3.3"
}
}
4 changes: 2 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.96
* @version 1.4.97
*
*/

Expand Down Expand Up @@ -4240,7 +4240,7 @@ function showAbout() {
imageUrl: image.about,
customClass: { image: 'img-about' },
position: 'center',
title: 'WebRTC SFU v1.4.96',
title: 'WebRTC SFU v1.4.97',
html: `
<br />
<div id="about">
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.96
* @version 1.4.97
*
*/

Expand Down
7 changes: 7 additions & 0 deletions public/svg/api.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 7 additions & 0 deletions public/svg/broadcasting.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 7 additions & 0 deletions public/svg/chatgpt.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
44 changes: 44 additions & 0 deletions public/views/landing.html
Original file line number Diff line number Diff line change
Expand Up @@ -273,6 +273,50 @@ <h4 class="feature-title mt-24">File Sharing</h4>
</p>
</div>
</div>
<div class="feature text-center is-revealing">
<div class="feature-inner">
<div class="feature-icon">
<img
class="wh-200-150"
src="../svg/broadcasting.svg"
alt="mirotalksfu-broadcasting"
/>
</div>
<h4 class="feature-title mt-24">Broadcasting</h4>
<p class="text-sm mb-0">
Broadcasting involves the distribution of audio or video content to a wide
audience and supports RTMP streaming.
</p>
</div>
</div>
<div class="feature text-center is-revealing">
<div class="feature-inner">
<div class="feature-icon">
<img
class="wh-200-150"
src="../svg/chatgpt.svg"
alt="mirotalksfu-chatgpt"
/>
</div>
<h4 class="feature-title mt-24">ChatGPT</h4>
<p class="text-sm mb-0">
ChatGPT with Video AI for answering questions, providing information, and
connecting users to relevant resources.
</p>
</div>
</div>
<div class="feature text-center is-revealing">
<div class="feature-inner">
<div class="feature-icon">
<img class="wh-200-150" src="../svg/api.svg" alt="mirotalksfu-api" />
</div>
<h4 class="feature-title mt-24">Rest API</h4>
<p class="text-sm mb-0">
Seamlessly integrate and power your applications with ease. Quick setup and
top-tier support.
</p>
</div>
</div>
<div class="feature text-center is-revealing">
<div class="feature-inner">
<div class="feature-icon">
Expand Down

0 comments on commit 194626f

Please sign in to comment.