@vgroup/dialbox 0.3.45 → 0.3.46
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.
|
@@ -2962,13 +2962,13 @@ class DialboxComponent {
|
|
|
2962
2962
|
}
|
|
2963
2963
|
this.isCallInProgress = true;
|
|
2964
2964
|
this.isDialpadHidden = false;
|
|
2965
|
-
this.callData.phone = this.incomingCallsList[0].from;
|
|
2966
|
-
this.callData.name = "";
|
|
2967
|
-
this.callData.img = "assets/images/user.jpg";
|
|
2968
|
-
this.callData.isIncomingCall = true;
|
|
2969
|
-
this.callData.participantId = this.incomingCallsList[0].participantId;
|
|
2970
|
-
this.callData.conferenceId = incomingCallData.conferenceId;
|
|
2971
|
-
this.callData.conferenceSid = incomingCallData.conferenceSid;
|
|
2965
|
+
// this.callData.phone = this.incomingCallsList[0].from;
|
|
2966
|
+
// this.callData.name = "";
|
|
2967
|
+
// this.callData.img = "assets/images/user.jpg";
|
|
2968
|
+
// this.callData.isIncomingCall = true;
|
|
2969
|
+
// this.callData.participantId = this.incomingCallsList[0].participantId;
|
|
2970
|
+
// this.callData.conferenceId = incomingCallData.conferenceId;
|
|
2971
|
+
// this.callData.conferenceSid = incomingCallData.conferenceSid;
|
|
2972
2972
|
// let device = await this.twilioService.connect('');
|
|
2973
2973
|
// console.log(device, 'callConnect');
|
|
2974
2974
|
}
|