@vgroup/dialbox 0.4.0 → 0.4.1
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.
|
@@ -2303,7 +2303,7 @@ class CallProgressComponent {
|
|
|
2303
2303
|
}
|
|
2304
2304
|
let incomingCallData = this.currentCallList.filter((item) => item.isIncomingCall && item.isAcceptCall);
|
|
2305
2305
|
if (incomingCallData.length > 0) {
|
|
2306
|
-
this.call =
|
|
2306
|
+
// this.call = await this.twilioService.connect('');
|
|
2307
2307
|
yield this.twilioService.addIncomingParticipant(data === null || data === void 0 ? void 0 : data.id, this.twilioService.conferenceCallInfo.conferenceId).subscribe((data) => {
|
|
2308
2308
|
console.log(data, 'bhhhhhhhhhhhhhhhhhhh');
|
|
2309
2309
|
});
|