[mirotalk] - add brand support for login page heading, description, and button labels

This commit is contained in:
Miroslav Pejic
2026-03-17 03:12:39 +01:00
parent 538499ecc7
commit dce32c07eb
8 changed files with 39 additions and 14 deletions
+6 -1
View File
@@ -2,7 +2,7 @@
/**
* ==============================================
* MiroTalk P2P v.1.7.49 - Configuration File
* MiroTalk P2P v.1.7.50 - Configuration File
* ==============================================
*
* This file is the central configuration source.
@@ -282,6 +282,11 @@ module.exports = {
newCallRoomDescription:
"Each room has its disposable URL. Just pick a room name and share your custom URL. It's that easy.",
loginTitle: 'MiroTalk - Host Protected login required.',
loginHeading: 'Welcome back',
loginDescription: 'Enter your credentials to continue.',
loginButtonLabel: 'Login',
joinRoomTitle: 'Pick name.<br />Share URL.<br />Start conference.',
joinRoomButtonLabel: 'JOIN ROOM',
clientTitle: 'MiroTalk WebRTC Video call, Chat Room & Screen Sharing.',
privacyPolicyTitle: 'MiroTalk - privacy and policy.',
stunTurnTitle: 'Test Stun/Turn Servers.',
+1 -1
View File
@@ -45,7 +45,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.7.49
* @version 1.7.50
*
*/