Skip to content

Commit

Permalink
Merge pull request #101 from signalwire/joao/force_reconnection
Browse files Browse the repository at this point in the history
Show Test Buttons
  • Loading branch information
jpsantosbh authored Aug 5, 2024
2 parents b5706e4 + 99e4431 commit 696ab04
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions public/full.js
Original file line number Diff line number Diff line change
Expand Up @@ -351,6 +351,8 @@ const initializeMicAnalyzer = async (stream) => {
function restoreUI() {
btnConnect.classList.remove('d-none')
btnDisconnect.classList.add('d-none')
btnDisconnectMedia.classList.add('d-none')
btnDisconnectWS.classList.add('d-none')
btnAnswer.classList.add('d-none')
btnReject.classList.add('d-none')
tabs.classList.remove('d-none')
Expand Down Expand Up @@ -600,6 +602,8 @@ function updateUIConnected() {
btnReject.classList.add('d-none')
tabs.classList.add('d-none')
btnDisconnect.classList.remove('d-none')
btnDisconnectMedia.classList.remove('d-none')
btnDisconnectWS.classList.remove('d-none')
callConsole.classList.remove('ringing')
connectStatus.innerHTML = 'Connected'

Expand Down

0 comments on commit 696ab04

Please sign in to comment.