From d5cca5aa7fb9ff9cf8f734c5fb68c50a19ce823d Mon Sep 17 00:00:00 2001 From: Dwane Hemmings Date: Mon, 1 Jul 2024 15:58:13 -0400 Subject: [PATCH] Update client_js.html fix typo --- app-to-phone-js/client_js.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 => {