diff --git a/app-to-phone-js/client_js.html b/app-to-phone-js/client_js.html index 1e9dade..1674e84 100644 --- a/app-to-phone-js/client_js.html +++ b/app-to-phone-js/client_js.html @@ -68,7 +68,7 @@

Call Phone from App

hangUpButton.addEventListener("click", () => { client.hangup(callId) .then(() => { - hangupButton.style.display = "none"; + hangUpButton.style.display = "none"; callButton.style.display = "inline"; }) .catch(error => {