[mirotalksfu] - update readme

main
Miroslav Pejic 4 years ago
parent 0a1d61627f
commit 9014439159

@ -38,6 +38,7 @@ Open the app with the following **supported browsers** and many more.
- Recording your Screen, Audio, or Video - Recording your Screen, Audio, or Video
- Share any YouTube video in real-time to your participants - Share any YouTube video in real-time to your participants
- Full-Screen Mode on mouse click on the Video element - Full-Screen Mode on mouse click on the Video element
- Possibility to Change UI Themes
- Possibility to protect your Host with username and password (default disabled) - Possibility to protect your Host with username and password (default disabled)
- Supports [REST API](app/api/README.md) (Application Programming Interface) - Supports [REST API](app/api/README.md) (Application Programming Interface)

@ -1561,12 +1561,6 @@ function setTheme(theme) {
document.documentElement.style.setProperty('--msger-bg', 'radial-gradient(#666, #333)'); document.documentElement.style.setProperty('--msger-bg', 'radial-gradient(#666, #333)');
document.documentElement.style.setProperty('--wb-bg', 'radial-gradient(#797979, #000)'); document.documentElement.style.setProperty('--wb-bg', 'radial-gradient(#797979, #000)');
break; break;
case 'green':
swalBackground = 'radial-gradient(#393, #000)';
document.documentElement.style.setProperty('--body-bg', 'radial-gradient(#393, #000)');
document.documentElement.style.setProperty('--msger-bg', 'radial-gradient(#393, #000)');
document.documentElement.style.setProperty('--wb-bg', 'radial-gradient(#393, #000)');
break;
//... //...
} }
} }

Loading…
Cancel
Save