SHA256
fix(call): корректный mute, статус прямое/TURN и реавторизация WS
This commit is contained in:
@@ -88,7 +88,7 @@ function applyCallState(snapshot) {
|
||||
|
||||
const muted = Boolean(snapshot.muted);
|
||||
muteBtn.dataset.muted = muted ? '1' : '0';
|
||||
muteBtn.textContent = muted ? 'Микрофон выкл' : 'Микрофон вкл';
|
||||
muteBtn.textContent = muted ? 'Включить микрофон' : 'Выключить микрофон';
|
||||
|
||||
muteBtn.hidden = !snapshot.canMute;
|
||||
muteBtn.disabled = !snapshot.canMute;
|
||||
|
||||
Reference in New Issue
Block a user