@vgroup/dialbox 0.7.19 → 0.7.21

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.
@@ -167,7 +167,9 @@ export declare class CallProgressComponent implements OnInit, OnChanges {
167
167
  toggleMute(isConference?: boolean): Promise<void>;
168
168
  getCurrentCallInfo(): any;
169
169
  toggleKeypad(): void;
170
+ toggleMuteIncomingCall(): void;
170
171
  toggleContactsPanel(callInfo?: any, isClose?: boolean): any;
172
+ toggleC2CInfoPanel(userInfo: any, isClose?: boolean): any;
171
173
  addRemoveParticipant(): Promise<void>;
172
174
  waitingCallAccept(incomingCallInfo: any): Promise<void>;
173
175
  add(data?: any, ourNumberInfo?: any, capturedCall?: Call): Promise<void>;
@@ -69,6 +69,9 @@ export declare class TwilioService {
69
69
  releaseConcurrentCallDevice(callSid: string): void;
70
70
  teardownSpareDevicesIfIdle(): void;
71
71
  destroyDevice2(): void;
72
+ isIncomingMuted: boolean;
73
+ applyIncomingMute(): void;
74
+ setIncomingMuted(muted: boolean): void;
72
75
  addIncomingParticipant(participantId: string, conferenceId: string): Observable<[]>;
73
76
  connect(data?: any): any;
74
77
  static ɵfac: i0.ɵɵFactoryDeclaration<TwilioService, never>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vgroup/dialbox",
3
- "version": "0.7.19",
3
+ "version": "0.7.21",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^15.2.0",
6
6
  "@angular/core": "^15.2.0",