[mirotalksfu] - #122 fix typo
هذا الالتزام موجود في:
@@ -1427,7 +1427,10 @@ function handleSelects() {
|
|||||||
setAudioButtonsDisabled(true);
|
setAudioButtonsDisabled(true);
|
||||||
if (!isEnumerateAudioDevices) initEnumerateAudioDevices();
|
if (!isEnumerateAudioDevices) initEnumerateAudioDevices();
|
||||||
rc.produce(RoomClient.mediaType.audio, microphoneSelect.value);
|
rc.produce(RoomClient.mediaType.audio, microphoneSelect.value);
|
||||||
rc.updatePeerInfo(peer_name, socket.id, 'audio', true);
|
setTimeout(function () {
|
||||||
|
rc.pauseProducer(RoomClient.mediaType.audio);
|
||||||
|
rc.updatePeerInfo(peer_name, socket.id, 'audio', false);
|
||||||
|
}, 1000);
|
||||||
}
|
}
|
||||||
isPushToTalkActive = !isPushToTalkActive;
|
isPushToTalkActive = !isPushToTalkActive;
|
||||||
if (producerExist && !isPushToTalkActive) {
|
if (producerExist && !isPushToTalkActive) {
|
||||||
|
|||||||
@@ -344,7 +344,7 @@ access to use this app.
|
|||||||
<div id="pushToTalkDiv" class="hidden">
|
<div id="pushToTalkDiv" class="hidden">
|
||||||
<hr style="border: 1px solid grey" />
|
<hr style="border: 1px solid grey" />
|
||||||
<table class="settingsTable">
|
<table class="settingsTable">
|
||||||
<tr id="ptButton">
|
<tr>
|
||||||
<td class="width-150">
|
<td class="width-150">
|
||||||
<div class="title">
|
<div class="title">
|
||||||
<i class="fa-solid fa-hand-pointer"></i>
|
<i class="fa-solid fa-hand-pointer"></i>
|
||||||
|
|||||||
المرجع في مشكلة جديدة
حظر مستخدم