Skip to content
This repository was archived by the owner on May 13, 2025. It is now read-only.

Commit 905d40c

Browse files
committed
Remove outgoing call 'reject' event listener
1 parent 5d8918b commit 905d40c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

static/quickstart.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,6 @@
117117
call.on("accept", updateUIAcceptedOutgoingCall);
118118
call.on("disconnect", updateUIDisconnectedOutgoingCall);
119119
call.on("cancel", updateUIDisconnectedOutgoingCall);
120-
call.on("reject", updateUIDisconnectedOutgoingCall);
121120

122121
outgoingCallHangupButton.onclick = () => {
123122
log("Hanging up ...");

0 commit comments

Comments
 (0)