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

Commit ac80e03

Browse files
committed
Remove outgoing call 'reject' event listener
1 parent 16c50f2 commit ac80e03

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

public/quickstart.js

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

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

0 commit comments

Comments
 (0)