Skip to content

Commit

Permalink
show hangup button while connecting
Browse files Browse the repository at this point in the history
  • Loading branch information
Aye Min Aung committed May 29, 2024
1 parent 9d4945e commit db4d57c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions public/full.js
Original file line number Diff line number Diff line change
Expand Up @@ -397,6 +397,9 @@ window.connect = async () => {
console.error('Auth required!')
return
}

btnConnect.classList.add('d-none')
btnDisconnect.classList.remove('d-none')
window.__membersData = {}

const client = await getClient()
Expand Down

0 comments on commit db4d57c

Please sign in to comment.