Skip to content

Commit d5cca5a

Browse files
authored
Update client_js.html
fix typo
1 parent f7ebeb3 commit d5cca5a

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)