webitel-sdk 23.9.1 → 23.9.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bundles/index.esm.js +1 -0
- package/bundles/index.esm.js.map +1 -1
- package/bundles/index.esm.min.js +1 -1
- package/bundles/index.esm.min.js.map +1 -1
- package/bundles/index.umd.js +1 -0
- package/bundles/index.umd.js.map +1 -1
- package/bundles/index.umd.min.js +1 -1
- package/bundles/index.umd.min.js.map +1 -1
- package/esm2015/socket/call.js +1 -0
- package/esm2015/socket/call.js.map +1 -1
- package/esm5/socket/call.js +1 -0
- package/esm5/socket/call.js.map +1 -1
- package/package.json +1 -1
package/bundles/index.esm.js
CHANGED
|
@@ -43796,6 +43796,7 @@ class Call {
|
|
|
43796
43796
|
if (this.autoAnswered) {
|
|
43797
43797
|
return;
|
|
43798
43798
|
}
|
|
43799
|
+
this.autoAnswered = true;
|
|
43799
43800
|
this._autoAnswerTimerId = setTimeout(async () => {
|
|
43800
43801
|
if (this.autoAnswered) {
|
|
43801
43802
|
return;
|