@vgroup/dialbox 0.5.32 → 0.5.33

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.
@@ -63,23 +63,23 @@ const keypad = [
63
63
  ];
64
64
 
65
65
  const environment = {
66
- abb: "d",
66
+ abb: "t",
67
67
  production: false,
68
68
  secureCookies: true,
69
- feUrl: 'https://dev.vgroupinc.com:91/',
70
- apiUrl: 'https://dev-api-t10.vgroupinc.com/dev_softphone_p91',
71
- websocketUrl: 'wss://dev-api-t10.vgroupinc.com/dev_softphone_p91/',
69
+ feUrl: 'https://test.vgroupinc.com:91/',
70
+ apiUrl: 'https://apis.vgroupinc.com/test_softphone',
71
+ websocketUrl: 'wss://apis.vgroupinc.com/test_softphone/',
72
72
  captchaKey: "6LfpOmEaAAAAAGsI6JXlMzOl3b7rW4YmYXFDjldD",
73
- stripePublishableKey: "pk_test_51K6aTuBiNVV2TMlQfmBWY8jziwiDo0IZ3TrqWPqth1m32cpMAAg5Qpi2AlSMDEAX6hCZRBXoTzBB1uQQLc8B4tco00q2SgG6zO",
73
+ stripePublishableKey: "pk_test_51NbMVaA3guus6fhlTuCV5ycFTIJmwgN38dDUf9pNPfM319x5CkLbV6EbTQaZiNOrRsfR16RWLE8hQmR0eZFTBqTy00Wlsug4qS",
74
74
  sessionTimeout: 15,
75
75
  deviceType: "web",
76
76
  appVersion: "2.3",
77
77
  channelId: '61481b12e138eb7dc3007579',
78
78
  c2c_support_point_id: '60424735f74ac306c1bfa900',
79
- c2c_support_channel_id: '677f67f3be93ab507fbbfdfc',
79
+ c2c_support_channel_id: '677f6726be93ab507fbbfdf0',
80
80
  c2c_point_url: 'https://app.contexttocall.com/assets/cdn/c2c.js',
81
- c2c_call_label_id: 'ye2XFLfOHCr12GFVRzPh',
82
- c2c_email_label_id: 'mvjVgOP2VCiYsVovQqdq',
81
+ c2c_call_label_id: '6NU5fKE2mGTyXDC3yhmK',
82
+ c2c_email_label_id: 'YPMamj8RvsGORVvqXWyc',
83
83
  radarAPIKey: 'prj_live_sk_569b6f639edde6120a26f703511c61aaecd3f7ef',
84
84
  firebase: {
85
85
  apiKey: "AIzaSyCA8LSPrqlDq_thk26LhBQexAQeY6pkU5Y",
@@ -93,7 +93,7 @@ const environment = {
93
93
  },
94
94
  perspectiveApiKey: 'AIzaSyClf32lvLH4QOy-vOnzLzwSNntKIgapH8s',
95
95
  keycloakURL: 'https://test-keycloak.vgroupinc.com/',
96
- keycloakRealm: 'vgroup-dev',
96
+ keycloakRealm: 'vgroup-test',
97
97
  keycloakClientId: 'c2c-softphone-app'
98
98
  };
99
99
 
@@ -4014,8 +4014,8 @@ class DialboxComponent {
4014
4014
  incomingCall.participants[0]['sourceName'] = callerInfo.sourceName;
4015
4015
  incomingCall.participants[0]['subject'] = callerInfo.subject;
4016
4016
  }
4017
- this.incomingCallsList.push(incomingCall);
4018
4017
  this.notificationCallList.push(incomingCall);
4018
+ this.incomingCallsList = [...this.incomingCallsList, ...this.notificationCallList];
4019
4019
  this.cdk.detectChanges();
4020
4020
  if (this.incomingCallnotification.data.data?.participantId) {
4021
4021
  this.isCallInProgress = true;