We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e4a1e59 + d5cca5a commit f5573f6Copy full SHA for f5573f6
app-to-phone-js/client_js.html
@@ -68,7 +68,7 @@ <h1>Call Phone from App</h1>
68
hangUpButton.addEventListener("click", () => {
69
client.hangup(callId)
70
.then(() => {
71
- hangupButton.style.display = "none";
+ hangUpButton.style.display = "none";
72
callButton.style.display = "inline";
73
})
74
.catch(error => {
0 commit comments