[mirotalksfu] - fix typo
هذا الالتزام موجود في:
@@ -528,7 +528,7 @@ button:hover {
|
|||||||
--------------------------------------------------------------*/
|
--------------------------------------------------------------*/
|
||||||
|
|
||||||
#participants {
|
#participants {
|
||||||
z-index: 17;
|
z-index: 5;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
margin: auto;
|
margin: auto;
|
||||||
padding: 10px;
|
padding: 10px;
|
||||||
@@ -544,12 +544,8 @@ button:hover {
|
|||||||
background: rgb(0, 0, 0);
|
background: rgb(0, 0, 0);
|
||||||
border-radius: 10px;
|
border-radius: 10px;
|
||||||
padding: 10px;
|
padding: 10px;
|
||||||
color: #666;
|
|
||||||
cursor: move;
|
|
||||||
}
|
|
||||||
|
|
||||||
.participants-header-title {
|
|
||||||
color: white;
|
color: white;
|
||||||
|
cursor: move;
|
||||||
}
|
}
|
||||||
|
|
||||||
#roomParticipants {
|
#roomParticipants {
|
||||||
@@ -630,4 +626,5 @@ z-index:
|
|||||||
- 2 buttonBar
|
- 2 buttonBar
|
||||||
- 3 sidenav
|
- 3 sidenav
|
||||||
- 4 chat
|
- 4 chat
|
||||||
|
- 5 participants
|
||||||
*/
|
*/
|
||||||
|
|||||||
@@ -819,7 +819,7 @@ async function getParticipantsTable(peers) {
|
|||||||
|
|
||||||
table += `
|
table += `
|
||||||
<tr>
|
<tr>
|
||||||
<td>All</td>
|
<td>👥 All</td>
|
||||||
<td><button id="muteAllButton" onclick="rc.peerAction('me','${rc.peer_id}','mute',true,true)">${_PEER.audioOff} Mute</button></td>
|
<td><button id="muteAllButton" onclick="rc.peerAction('me','${rc.peer_id}','mute',true,true)">${_PEER.audioOff} Mute</button></td>
|
||||||
<td><button id="hideAllButton" onclick="rc.peerAction('me','${rc.peer_id}','hide',true,true)">${_PEER.videoOff} Hide</button></td>
|
<td><button id="hideAllButton" onclick="rc.peerAction('me','${rc.peer_id}','hide',true,true)">${_PEER.videoOff} Hide</button></td>
|
||||||
<td></td>
|
<td></td>
|
||||||
|
|||||||
المرجع في مشكلة جديدة
حظر مستخدم