@vgroup/dialbox 0.6.99 → 0.7.2

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.
@@ -112,6 +112,7 @@ export declare class CallProgressComponent implements OnInit, OnChanges {
112
112
  conferenceCallIDForParticipantList: any;
113
113
  private acceptedCallList;
114
114
  isHoldBtnDisable: boolean;
115
+ C2ConfoList: any;
115
116
  constructor(extensionService: ExtensionService, cdr: ChangeDetectorRef, twilioService: TwilioService, ipService: IpAddressService, incomeingCallSocketService: IncomeingCallSocketService);
116
117
  ngOnInit(): void;
117
118
  ngOnChanges(changes: SimpleChanges): void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vgroup/dialbox",
3
- "version": "0.6.99",
3
+ "version": "0.7.02",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^15.2.0",
6
6
  "@angular/core": "^15.2.0",