[mirotalk] - extend branding

This commit is contained in:
Miroslav Pejic
2025-01-26 14:42:23 +01:00
parent acbd7d336f
commit bc4ea31c29
7 changed files with 10 additions and 6 deletions
+1
View File
@@ -8,6 +8,7 @@ module.exports = {
title: 'MiroTalk<br />Free browser based Real-time video calls.<br />Simple, Secure, Fast.',
description:
'Start your next video call with a single click. No download, plug-in, or login is required. Just get straight to talking, messaging, and sharing your screen.',
joinDescription: 'Pick a room name.<br />How about this one?',
},
site: {
landingTitle: 'MiroTalk a Free Secure Video Calls, Chat & Screen Sharing.',
+1 -1
View File
@@ -39,7 +39,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.4.63
* @version 1.4.64
*
*/
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "mirotalk",
"version": "1.4.63",
"version": "1.4.64",
"description": "A free WebRTC browser-based video call",
"main": "server.js",
"scripts": {
+3
View File
@@ -20,6 +20,7 @@ const appleTouchIcon = document.getElementById('appleTouchIcon');
const appTitle = document.getElementById('appTitle');
const appDescription = document.getElementById('appDescription');
const appJoinDescription = document.getElementById('appJoinDescription');
const features = document.getElementById('features');
const browsers = document.getElementById('browsers');
@@ -39,6 +40,7 @@ let brand = {
title: 'MiroTalk<br />Free browser based Real-time video calls.<br />Simple, Secure, Fast.',
description:
'Start your next video call with a single click. No download, plug-in, or login is required. Just get straight to talking, messaging, and sharing your screen.',
roomDescription: 'Pick a room name.<br />How about this one?',
},
site: {
landingTitle: 'MiroTalk a Free Secure Video Calls, Chat & Screen Sharing.',
@@ -134,6 +136,7 @@ function handleBrand() {
if (appTitle) appTitle.innerHTML = brand.app.title;
if (appDescription) appDescription.textContent = brand.app.description;
if (appJoinDescription) appJoinDescription.innerHTML = brand.app.joinDescription;
!brand.html.features && elementDisplay(features, false);
!brand.html.browsers && elementDisplay(browsers, false);
+2 -2
View File
@@ -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.4.63
* @version 1.4.64
*
*/
@@ -11039,7 +11039,7 @@ function showAbout() {
Swal.fire({
background: swBg,
position: 'center',
title: '<strong>WebRTC P2P v1.4.63</strong>',
title: '<strong>WebRTC P2P v1.4.64</strong>',
imageAlt: 'mirotalk-about',
imageUrl: images.about,
customClass: { image: 'img-about' },
+1 -1
View File
@@ -129,7 +129,7 @@
<div class="container">
<div class="cta-inner section-inner cta-split br-12">
<div class="cta-slogan">
<h3 class="m-0">
<h3 id="appJoinDescription" class="m-0">
Pick a room name.<br />
How about this one?
</h3>
+1 -1
View File
@@ -123,7 +123,7 @@
<div class="container">
<div class="cta-inner section-inner cta-split br-12">
<div class="cta-slogan">
<h3 class="m-0">
<h3 id="appJoinDescription" class="m-0">
Pick a room name.<br />
How about this one?
</h3>