Skip to content

Commit

Permalink
Fix auto answer option
Browse files Browse the repository at this point in the history
  • Loading branch information
TECH7Fox committed Feb 1, 2022
1 parent 3b2393f commit 3193cd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sipjs-card.ts
Original file line number Diff line number Diff line change
Expand Up @@ -405,7 +405,7 @@ class SipJsCard extends LitElement {
}
});
this.openPopup();
if (this.config.autoAnswer) {
if (this.config.auto_answer) {
await this.simpleUser.answer();
return;
}
Expand Down

0 comments on commit 3193cd4

Please sign in to comment.