Revert "[mirotalksfu] - invert audio/video buttons"
This reverts commit ecad005d60.
هذا الالتزام موجود في:
4
package-lock.json
مولّد
4
package-lock.json
مولّد
@@ -1,12 +1,12 @@
|
|||||||
{
|
{
|
||||||
"name": "mirotalksfu",
|
"name": "mirotalksfu",
|
||||||
"version": "1.9.06",
|
"version": "1.9.05",
|
||||||
"lockfileVersion": 3,
|
"lockfileVersion": 3,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
"": {
|
"": {
|
||||||
"name": "mirotalksfu",
|
"name": "mirotalksfu",
|
||||||
"version": "1.9.06",
|
"version": "1.9.05",
|
||||||
"license": "AGPL-3.0",
|
"license": "AGPL-3.0",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@aws-sdk/client-s3": "^3.848.0",
|
"@aws-sdk/client-s3": "^3.848.0",
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "mirotalksfu",
|
"name": "mirotalksfu",
|
||||||
"version": "1.9.06",
|
"version": "1.9.05",
|
||||||
"description": "WebRTC SFU browser-based video calls",
|
"description": "WebRTC SFU browser-based video calls",
|
||||||
"main": "Server.js",
|
"main": "Server.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
|||||||
@@ -76,7 +76,7 @@ let BRAND = {
|
|||||||
},
|
},
|
||||||
about: {
|
about: {
|
||||||
imageUrl: '../images/mirotalk-logo.gif',
|
imageUrl: '../images/mirotalk-logo.gif',
|
||||||
title: '<strong>WebRTC SFU v1.9.06</strong>',
|
title: '<strong>WebRTC SFU v1.9.05</strong>',
|
||||||
html: `
|
html: `
|
||||||
<button
|
<button
|
||||||
id="support-button"
|
id="support-button"
|
||||||
|
|||||||
@@ -11,7 +11,7 @@ if (location.href.substr(0, 5) !== 'https') location.href = 'https' + location.h
|
|||||||
* @license For commercial or closed source, contact us at license.mirotalk@gmail.com or purchase directly via CodeCanyon
|
* @license For commercial or closed source, contact us at license.mirotalk@gmail.com or purchase directly via CodeCanyon
|
||||||
* @license CodeCanyon: https://codecanyon.net/item/mirotalk-sfu-webrtc-realtime-video-conferences/40769970
|
* @license CodeCanyon: https://codecanyon.net/item/mirotalk-sfu-webrtc-realtime-video-conferences/40769970
|
||||||
* @author Miroslav Pejic - miroslav.pejic.85@gmail.com
|
* @author Miroslav Pejic - miroslav.pejic.85@gmail.com
|
||||||
* @version 1.9.06
|
* @version 1.9.05
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
@@ -5465,7 +5465,7 @@ function showAbout() {
|
|||||||
position: 'center',
|
position: 'center',
|
||||||
imageUrl: BRAND.about?.imageUrl && BRAND.about.imageUrl.trim() !== '' ? BRAND.about.imageUrl : image.about,
|
imageUrl: BRAND.about?.imageUrl && BRAND.about.imageUrl.trim() !== '' ? BRAND.about.imageUrl : image.about,
|
||||||
customClass: { image: 'img-about' },
|
customClass: { image: 'img-about' },
|
||||||
title: BRAND.about?.title && BRAND.about.title.trim() !== '' ? BRAND.about.title : 'WebRTC SFU v1.9.06',
|
title: BRAND.about?.title && BRAND.about.title.trim() !== '' ? BRAND.about.title : 'WebRTC SFU v1.9.05',
|
||||||
html: `
|
html: `
|
||||||
<br />
|
<br />
|
||||||
<div id="about">
|
<div id="about">
|
||||||
|
|||||||
@@ -9,7 +9,7 @@
|
|||||||
* @license For commercial or closed source, contact us at license.mirotalk@gmail.com or purchase directly via CodeCanyon
|
* @license For commercial or closed source, contact us at license.mirotalk@gmail.com or purchase directly via CodeCanyon
|
||||||
* @license CodeCanyon: https://codecanyon.net/item/mirotalk-sfu-webrtc-realtime-video-conferences/40769970
|
* @license CodeCanyon: https://codecanyon.net/item/mirotalk-sfu-webrtc-realtime-video-conferences/40769970
|
||||||
* @author Miroslav Pejic - miroslav.pejic.85@gmail.com
|
* @author Miroslav Pejic - miroslav.pejic.85@gmail.com
|
||||||
* @version 1.9.06
|
* @version 1.9.05
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|||||||
@@ -221,11 +221,11 @@ access to use this app.
|
|||||||
|
|
||||||
<div id="bottomButtons" class="fadein">
|
<div id="bottomButtons" class="fadein">
|
||||||
<button id="toggleExtraButton" class="hidden"><i class="fas fa-chevron-down"></i></button>
|
<button id="toggleExtraButton" class="hidden"><i class="fas fa-chevron-down"></i></button>
|
||||||
|
<button id="startAudioButton" class="hidden"><i class="fas fa-microphone-slash"></i></button>
|
||||||
|
<button id="stopAudioButton" class="hidden"><i class="fas fa-microphone"></i></button>
|
||||||
<button id="startVideoButton" class="hidden"><i class="fas fa-video-slash"></i></button>
|
<button id="startVideoButton" class="hidden"><i class="fas fa-video-slash"></i></button>
|
||||||
<button id="stopVideoButton" class="hidden"><i class="fas fa-video"></i></button>
|
<button id="stopVideoButton" class="hidden"><i class="fas fa-video"></i></button>
|
||||||
<button id="swapCameraButton" class="hidden"><i class="fas fa-camera-rotate"></i></button>
|
<button id="swapCameraButton" class="hidden"><i class="fas fa-camera-rotate"></i></button>
|
||||||
<button id="startAudioButton" class="hidden"><i class="fas fa-microphone-slash"></i></button>
|
|
||||||
<button id="stopAudioButton" class="hidden"><i class="fas fa-microphone"></i></button>
|
|
||||||
<button id="startScreenButton" class="hidden"><i class="fas fa-desktop"></i></button>
|
<button id="startScreenButton" class="hidden"><i class="fas fa-desktop"></i></button>
|
||||||
<button id="stopScreenButton" class="hidden"><i class="fas fa-stop-circle"></i></button>
|
<button id="stopScreenButton" class="hidden"><i class="fas fa-stop-circle"></i></button>
|
||||||
<button id="raiseHandButton" class="hidden"><i class="fas fa-hand-paper"></i></button>
|
<button id="raiseHandButton" class="hidden"><i class="fas fa-hand-paper"></i></button>
|
||||||
|
|||||||
المرجع في مشكلة جديدة
حظر مستخدم