[mirotalksfu] - add participants button
هذا الالتزام موجود في:
@@ -705,6 +705,7 @@ function roomIsReady() {
|
||||
hide(tabRecordingBtn);
|
||||
}
|
||||
BUTTONS.main.chatButton && show(chatButton);
|
||||
BUTTONS.main.participantsButton && show(participantsButton);
|
||||
!BUTTONS.chat.chatSaveButton && hide(chatSaveButton);
|
||||
BUTTONS.chat.chatEmojiButton && show(chatEmojiButton);
|
||||
BUTTONS.chat.chatMarkdownButton && show(chatMarkdownButton);
|
||||
@@ -744,7 +745,6 @@ function roomIsReady() {
|
||||
isAudioAllowed ? show(stopAudioButton) : BUTTONS.main.startAudioButton && show(startAudioButton);
|
||||
isVideoAllowed ? show(stopVideoButton) : BUTTONS.main.startVideoButton && show(startVideoButton);
|
||||
show(fileShareButton);
|
||||
BUTTONS.settings.participantsButton && show(participantsButton);
|
||||
BUTTONS.settings.lockRoomButton && show(lockRoomButton);
|
||||
BUTTONS.settings.lobbyButton && show(lobbyButton);
|
||||
BUTTONS.main.aboutButton && show(aboutButton);
|
||||
@@ -1036,7 +1036,6 @@ function handleButtons() {
|
||||
whiteboardAction(getWhiteboardAction('close'));
|
||||
};
|
||||
participantsButton.onclick = () => {
|
||||
rc.toggleMySettings();
|
||||
getRoomParticipants();
|
||||
};
|
||||
participantsCloseBtn.onclick = () => {
|
||||
|
||||
@@ -16,6 +16,7 @@ const BUTTONS = {
|
||||
startScreenButton: true,
|
||||
swapCameraButton: true,
|
||||
chatButton: true,
|
||||
participantsButton: true,
|
||||
whiteboardButton: true,
|
||||
settingsButton: true,
|
||||
aboutButton: true, // Please keep me always visible, thank you!
|
||||
@@ -25,7 +26,6 @@ const BUTTONS = {
|
||||
lockRoomButton: true,
|
||||
unlockRoomButton: true,
|
||||
lobbyButton: true,
|
||||
participantsButton: true,
|
||||
tabRecording: true,
|
||||
},
|
||||
producerVideo: {
|
||||
|
||||
@@ -130,6 +130,7 @@ access to use this app.
|
||||
<button id="stopScreenButton" class="hidden"><i class="fas fa-stop-circle"></i></button>
|
||||
<button id="swapCameraButton" class="hidden"><i class="fas fa-camera-rotate"></i></button>
|
||||
<button id="chatButton" class="hidden"><i class="fas fa-comments"></i></button>
|
||||
<button id="participantsButton" class="hidden"><i class="fas fa-users"></i></button>
|
||||
<button id="whiteboardButton" class="hidden"><i class="fas fa-chalkboard-teacher"></i></button>
|
||||
<button id="settingsButton" class="hidden"><i class="fas fa-cogs"></i></button>
|
||||
<button id="aboutButton" class="hidden"><i class="fas fa-question"></i></button>
|
||||
@@ -202,11 +203,6 @@ access to use this app.
|
||||
<p>File sharing</p>
|
||||
</button>
|
||||
<br />
|
||||
<button id="participantsButton" class="hidden">
|
||||
<i class="fas fa-users"></i>
|
||||
<p>Participants</p>
|
||||
</button>
|
||||
<br />
|
||||
<button id="lockRoomButton" class="hidden">
|
||||
<i class="fas fa-lock-open"></i>
|
||||
<p>Lock room</p>
|
||||
|
||||
المرجع في مشكلة جديدة
حظر مستخدم