@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.
|
@@ -2955,13 +2955,13 @@ class DialboxComponent {
|
|
|
2955
2955
|
}
|
|
2956
2956
|
this.isCallInProgress = true;
|
|
2957
2957
|
this.isDialpadHidden = false;
|
|
2958
|
-
this.callData.phone = this.incomingCallsList[0].from;
|
|
2959
|
-
this.callData.name = "";
|
|
2960
|
-
this.callData.img = "assets/images/user.jpg";
|
|
2961
|
-
this.callData.isIncomingCall = true;
|
|
2962
|
-
this.callData.participantId = this.incomingCallsList[0].participantId;
|
|
2963
|
-
this.callData.conferenceId = incomingCallData.conferenceId;
|
|
2964
|
-
this.callData.conferenceSid = incomingCallData.conferenceSid;
|
|
2958
|
+
// this.callData.phone = this.incomingCallsList[0].from;
|
|
2959
|
+
// this.callData.name = "";
|
|
2960
|
+
// this.callData.img = "assets/images/user.jpg";
|
|
2961
|
+
// this.callData.isIncomingCall = true;
|
|
2962
|
+
// this.callData.participantId = this.incomingCallsList[0].participantId;
|
|
2963
|
+
// this.callData.conferenceId = incomingCallData.conferenceId;
|
|
2964
|
+
// this.callData.conferenceSid = incomingCallData.conferenceSid;
|
|
2965
2965
|
// let device = await this.twilioService.connect('');
|
|
2966
2966
|
// console.log(device, 'callConnect');
|
|
2967
2967
|
}
|