Skip to content

Commit

Permalink
fix(plugin-cc): review comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Kesari3008 committed Dec 19, 2024
1 parent b64a02d commit 4c092f5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/samples/contact-center/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,7 @@ function registerTaskListeners(task) {
if (!wrapupData.wrapupRequired) {
answerElm.disabled = true;
declineElm.disabled = true;
console.log('Call ended without call being answered');
}
incomingDetailsElm.innerText = '';
if (!endElm.disabled) {
Expand Down

0 comments on commit 4c092f5

Please sign in to comment.