'use strict'; /** * ============================================== * MiroTalk P2P v.1.7.40 - Configuration File * ============================================== * * Branding and customizations require a license: * https://codecanyon.net/item/mirotalk-p2p-webrtc-realtime-video-conferences/38376661 */ const packageJson = require('../../package.json'); module.exports = { brand: { htmlInjection: true, app: { language: 'en', // https://en.wikipedia.org/wiki/List_of_ISO_639_language_codes name: 'MiroTalk', title: '

MiroTalk

Free browser based Real-time video calls.
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.
How about this one?', joinButtonLabel: 'JOIN ROOM', customizeRoomButtonLabel: 'CUSTOMIZE ROOM', joinLastLabel: 'Your recent room:', }, og: { type: 'app-webrtc', siteName: 'MiroTalk', title: 'Click the link to make a call.', description: 'MiroTalk calling provides real-time HD quality and latency simply not available with traditional technology.', image: 'https://p2p.mirotalk.com/images/preview.png', url: 'https://p2p.mirotalk.com', }, site: { shortcutIcon: '../images/logo.svg', appleTouchIcon: '../images/logo.svg', landingTitle: 'MiroTalk a Free Secure Video Calls, Chat & Screen Sharing.', newCallTitle: 'MiroTalk a Free Secure Video Calls, Chat & Screen Sharing.', newCallRoomTitle: 'Pick name.
Share URL.
Start conference.', 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.', clientTitle: 'MiroTalk WebRTC Video call, Chat Room & Screen Sharing.', privacyPolicyTitle: 'MiroTalk - privacy and policy.', stunTurnTitle: 'Test Stun/Turn Servers.', notFoundTitle: 'MiroTalk - 404 Page not found.', }, html: { topSponsors: true, features: true, browsers: true, teams: true, // please keep me always true ;) tryEasier: true, poweredBy: true, sponsors: true, advertisers: true, supportUs: true, footer: true, }, about: { imageUrl: '../images/mirotalk-logo.gif', title: `WebRTC P2P v${packageJson.version}`, html: `


Author: Miroslav Pejic
Email: miroslav.pejic.85@gmail.com


© 2025 MiroTalk P2P, all rights reserved
`, }, // https://docs.mirotalk.com/mirotalk-p2p/integration/#widgets-integration widget: { enabled: false, roomId: 'support-room', theme: 'dark', widgetState: 'minimized', widgetType: 'support', supportWidget: { position: 'top-right', expertImages: [ 'https://photo.cloudron.pocketsolution.net/uploads/original/95/7d/a5f7f7a2c89a5fee7affda5f013c.jpeg', ], buttons: { audio: true, video: true, screen: true, chat: true, join: true, }, checkOnlineStatus: false, isOnline: true, customMessages: { heading: 'Need Help?', subheading: 'Get instant support from our expert team!', connectText: 'connect in < 5 seconds', onlineText: 'We are online', offlineText: 'We are offline', poweredBy: 'Powered by MiroTalk', }, }, }, //... }, /** * Configuration for controlling the visibility of buttons in the MiroTalk P2P client. * Set properties to true to show the corresponding buttons, or false to hide them. * captionBtn, showSwapCameraBtn, showScreenShareBtn, showFullScreenBtn, showVideoPipBtn, showDocumentPipBtn -> (auto-detected). */ buttons: { main: { showAudioBtn: true, showVideoBtn: true, showScreenBtn: true, // autodetected showMyHandBtn: true, showChatRoomBtn: true, showParticipantsBtn: true, showMySettingsBtn: true, showExtraBtn: true, showShareQr: true, showShareRoomBtn: true, // For guests showHideMeBtn: true, showRecordStreamBtn: true, showFullScreenBtn: true, showRoomEmojiPickerBtn: true, showCaptionRoomBtn: true, showWhiteboardBtn: true, showSnapshotRoomBtn: true, showFileShareBtn: true, showDocumentPipBtn: true, showAboutBtn: true, // Please keep me always true, Thank you! }, chat: { showTogglePinBtn: true, showMaxBtn: true, showSaveMessageBtn: true, showMarkDownBtn: true, showChatGPTBtn: true, showFileShareBtn: true, showShareVideoAudioBtn: true, showParticipantsBtn: true, }, caption: { showTogglePinBtn: true, showMaxBtn: true, }, settings: { showActiveRoomsBtn: true, showMicOptionsBtn: true, showTabRoomPeerName: true, showTabRoomParticipants: true, showTabRoomSecurity: true, showTabEmailInvitation: true, showCaptionEveryoneBtn: true, showMuteEveryoneBtn: true, showHideEveryoneBtn: true, showEjectEveryoneBtn: true, showLockRoomBtn: true, showUnlockRoomBtn: true, showShortcutsBtn: true, customNoiseSuppression: true, }, remote: { showAudioVolume: true, audioBtnClickAllowed: true, videoBtnClickAllowed: true, showVideoPipBtn: true, showKickOutBtn: true, showSnapShotBtn: true, showFileShareBtn: true, showShareVideoAudioBtn: true, showGeoLocationBtn: true, showPrivateMessageBtn: true, showZoomInOutBtn: false, showVideoFocusBtn: true, }, local: { showVideoPipBtn: true, showSnapShotBtn: true, showVideoCircleBtn: true, showZoomInOutBtn: false, showVideoFocusBtn: true, }, whiteboard: { whiteboardLockBtn: false, }, }, webhook: { enabled: false, // Enable webhook functionality url: 'http://localhost:8888/webhook-endpoint', // Webhook server URL }, };