@vgroup/dialbox 0.7.30 → 0.7.32

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.
@@ -232,6 +232,8 @@ export declare class CallProgressComponent implements OnInit, OnChanges {
232
232
  get activeParticipantsCount(): number;
233
233
  truncateText(text: string, maxLength: number): string;
234
234
  get totalParticipantsCount(): number;
235
+ onReasonCheckChanged(newValue: boolean): void;
236
+ resetLeaveTimer(): void;
235
237
  ngOnDestroy(): void;
236
238
  static ɵfac: i0.ɵɵFactoryDeclaration<CallProgressComponent, never>;
237
239
  static ɵcmp: i0.ɵɵComponentDeclaration<CallProgressComponent, "lib-call-progress", never, { "callData": "callData"; "selectedCallerId": "selectedCallerId"; "newIncomingCallData": "newIncomingCallData"; "newIncomingCallsList": "newIncomingCallsList"; "callerIdList": "callerIdList"; "newCallConference": "newCallConference"; "missCallInfo": "missCallInfo"; "userSettingInfo": "userSettingInfo"; "deviceId": "deviceId"; "callAction": "callAction"; "conferenceCallInfo": "conferenceCallInfo"; "incomingFromImage": "incomingFromImage"; "outgoingContactName": "outgoingContactName"; }, { "endCallEvent": "endCallEvent"; "incomingCallsNewInfo": "incomingCallsNewInfo"; "minimiseEvent": "minimiseEvent"; "incomingCallInitiated": "incomingCallInitiated"; "isLoadershown": "isLoadershown"; "endIncomingCallEvent": "endIncomingCallEvent"; }, never, never, false, never>;
@@ -88,6 +88,7 @@ export declare class ExtensionService {
88
88
  getConferenceCallToken(payload: any): Observable<[]>;
89
89
  addParticipant(payload: any): Observable<[]>;
90
90
  addClientParticipant(payload: any): Observable<[]>;
91
+ private postClientParticipant;
91
92
  holdParticipant(payload: any): Observable<[]>;
92
93
  onMuteParticipant(payload: any): Observable<[]>;
93
94
  getAllParticipants(conferenceId: any): Observable<[]>;
@@ -42,8 +42,10 @@ export declare class TwilioService {
42
42
  conferenceCallInfo: any;
43
43
  isShowIncomingCall: boolean;
44
44
  acceptedCallList: Call[];
45
+ private primaryHasCall;
45
46
  private spareDevice;
46
47
  spareDeviceReady: boolean;
48
+ private pendingIncomingDevices;
47
49
  private extraDevices;
48
50
  incomingCallsMap: Map<string, any>;
49
51
  constructor(http: HttpClient, extensionService: ExtensionService);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vgroup/dialbox",
3
- "version": "0.7.30",
3
+ "version": "0.7.32",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^15.2.0",
6
6
  "@angular/core": "^15.2.0",
Binary file