[mirotalk] - fix screen share default video quality

This commit is contained in:
Miroslav Pejic
2025-10-29 13:32:09 +01:00
parent e169472e4d
commit 4edb4f3159
5 changed files with 7 additions and 8 deletions
+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.6.05
* @version 1.6.06
*
*/
+2 -2
View File
@@ -1,12 +1,12 @@
{
"name": "mirotalk",
"version": "1.6.05",
"version": "1.6.06",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "mirotalk",
"version": "1.6.05",
"version": "1.6.06",
"license": "AGPL-3.0",
"dependencies": {
"@mattermost/client": "10.12.0",
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "mirotalk",
"version": "1.6.05",
"version": "1.6.06",
"description": "A free WebRTC browser-based video call",
"main": "server.js",
"scripts": {
+1 -1
View File
@@ -75,7 +75,7 @@ let brand = {
},
about: {
imageUrl: '../images/mirotalk-logo.gif',
title: 'WebRTC P2P v1.6.05',
title: 'WebRTC P2P v1.6.06',
html: `
<button
id="support-button"
+2 -3
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.6.05
* @version 1.6.06
*
*/
@@ -7346,7 +7346,6 @@ async function toggleScreenSharing(init = false) {
// Push screen audio to peers if mic is OFF
const includeScreenAudio = hasAudioTrack(displayStream) && !myAudioStatus;
await refreshMyStreamToPeers(includeScreenAudio ? displayStream : undefined, includeScreenAudio);
await setLocalVideoQuality();
}
// Auto-stop handler from browser picker
@@ -12096,7 +12095,7 @@ function showAbout() {
Swal.fire({
background: swBg,
position: 'center',
title: brand.about?.title && brand.about.title.trim() !== '' ? brand.about.title : 'WebRTC P2P v1.6.05',
title: brand.about?.title && brand.about.title.trim() !== '' ? brand.about.title : 'WebRTC P2P v1.6.06',
imageUrl: brand.about?.imageUrl && brand.about.imageUrl.trim() !== '' ? brand.about.imageUrl : images.about,
customClass: { image: 'img-about' },
html: `