@vgroup/dialbox 0.6.32 → 0.6.34

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.
@@ -25,7 +25,7 @@ export declare class CallProgressComponent implements OnInit, OnChanges {
25
25
  incomingCallsNewInfo: EventEmitter<any>;
26
26
  minimiseEvent: EventEmitter<boolean>;
27
27
  device?: Device;
28
- call: Call;
28
+ call: Call | any;
29
29
  showRingAnimation: boolean;
30
30
  timer: string;
31
31
  intervalId: any;
@@ -105,6 +105,7 @@ export declare class CallProgressComponent implements OnInit, OnChanges {
105
105
  private initiateCall;
106
106
  onholdOrUnholdParticipant(payload: any): Promise<[] | undefined>;
107
107
  private addParticipantToCall;
108
+ private addClientParticipant;
108
109
  private getCallStatusOfParticipants;
109
110
  private onMuteParticipant;
110
111
  private getRemoveParticipants;
@@ -85,6 +85,7 @@ export declare class ExtensionService {
85
85
  initiateCall(payload: any): Observable<any>;
86
86
  getConferenceCallToken(payload: any): Observable<[]>;
87
87
  addParticipant(payload: any): Observable<[]>;
88
+ addClientParticipant(payload: any): Observable<[]>;
88
89
  holdParticipant(payload: any): Observable<[]>;
89
90
  onMuteParticipant(payload: any): Observable<[]>;
90
91
  getAllParticipants(conferenceSid: any): Observable<[]>;
@@ -19,10 +19,10 @@ export declare class TwilioService {
19
19
  currentCallState: BehaviorSubject<any>;
20
20
  device: any;
21
21
  call: Call;
22
- incomingCallToken?: string;
22
+ incomingCallToken: string;
23
23
  outgoingCallToken?: string;
24
24
  callType: BehaviorSubject<string>;
25
- isIncomingCallPicked: BehaviorSubject<boolean>;
25
+ incomingCallDetail: any;
26
26
  token: any;
27
27
  isNewContactAdded: BehaviorSubject<boolean>;
28
28
  updateRecentCall: BehaviorSubject<boolean>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vgroup/dialbox",
3
- "version": "0.6.32",
3
+ "version": "0.6.34",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^15.2.0",
6
6
  "@angular/core": "^15.2.0",
Binary file