@vgroup/dialbox 0.4.137 → 0.4.138
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.
|
@@ -2128,7 +2128,7 @@ class CallProgressComponent {
|
|
|
2128
2128
|
conferenceId: this.conferenceId,
|
|
2129
2129
|
userId: this.userId,
|
|
2130
2130
|
proxy: '',
|
|
2131
|
-
|
|
2131
|
+
countryCode: '',
|
|
2132
2132
|
});
|
|
2133
2133
|
console.log('Initial participantId:', this.addRes?.participantId);
|
|
2134
2134
|
return true;
|
|
@@ -2561,7 +2561,7 @@ class CallProgressComponent {
|
|
|
2561
2561
|
conferenceId: this.conferenceId,
|
|
2562
2562
|
userId: this.userId,
|
|
2563
2563
|
proxy: '',
|
|
2564
|
-
|
|
2564
|
+
countryCode: '',
|
|
2565
2565
|
});
|
|
2566
2566
|
this.onholdOrUnholdParticipant({
|
|
2567
2567
|
participantId: [data?.participantId],
|
|
@@ -2633,7 +2633,7 @@ class CallProgressComponent {
|
|
|
2633
2633
|
conferenceId: this.conferenceId,
|
|
2634
2634
|
userId: this.userId,
|
|
2635
2635
|
proxy: '',
|
|
2636
|
-
|
|
2636
|
+
countryCode: '',
|
|
2637
2637
|
});
|
|
2638
2638
|
// this.callData = {
|
|
2639
2639
|
// ...this.callData,
|