Skip to content

Commit e4a1e59

Browse files
authored
Merge pull request #65 from Vonage-Community/conshus-patch-4
Update client_alice.html
2 parents f7ebeb3 + 07c3b12 commit e4a1e59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app-to-app-js/client_alice.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ <h1>Outbound App Call (Alice)</h1>
6060
console.log("Hanging up...");
6161
client.hangup(callId)
6262
.then(() => {
63-
hangupButton.style.display = "none";
63+
hangUpButton.style.display = "none";
6464
callButton.style.display = "inline";
6565
})
6666
.catch(error => {

0 commit comments

Comments
 (0)