Skip to content

Commit f5573f6

Browse files
authored
Merge pull request #66 from Vonage-Community/conshus-patch-5
Update client_js.html
2 parents e4a1e59 + d5cca5a commit f5573f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app-to-phone-js/client_js.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ <h1>Call Phone from App</h1>
6868
hangUpButton.addEventListener("click", () => {
6969
client.hangup(callId)
7070
.then(() => {
71-
hangupButton.style.display = "none";
71+
hangUpButton.style.display = "none";
7272
callButton.style.display = "inline";
7373
})
7474
.catch(error => {

0 commit comments

Comments
 (0)