@vgroup/dialbox 0.7.30 → 0.7.31

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.
@@ -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.31",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^15.2.0",
6
6
  "@angular/core": "^15.2.0",
index 4ae1632..cc4a813 100644
Binary file