@vgroup/dialbox 0.0.4 → 0.0.5

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.
@@ -99,6 +99,7 @@ export declare class DialboxComponent {
99
99
  onCallBtnMouseEnter(ev: any): void;
100
100
  onCallBtnMouseLeave(ev: any): void;
101
101
  acceptNewIncomingCall(call: Call): void;
102
+ rejectNewIncomingCall(call: Call): void;
102
103
  newIncomingCallInitiated(): void;
103
104
  incomingCallsNewInfo(data: any): void;
104
105
  ngOnDestroy(): void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vgroup/dialbox",
3
- "version": "0.0.4",
3
+ "version": "0.0.5",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^15.2.0",
6
6
  "@angular/core": "^15.2.0"