@vgroup/dialbox 0.7.9 → 0.7.11
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.
- package/esm2020/lib/components/call-progress/call-progress.component.mjs +70 -18
- package/esm2020/lib/dialbox.component.mjs +5 -5
- package/fesm2015/vgroup-dialbox.mjs +71 -19
- package/fesm2015/vgroup-dialbox.mjs.map +1 -1
- package/fesm2020/vgroup-dialbox.mjs +73 -21
- package/fesm2020/vgroup-dialbox.mjs.map +1 -1
- package/lib/components/call-progress/call-progress.component.d.ts +2 -0
- package/package.json +1 -1
- package/vgroup-dialbox-0.7.5.tgz +0 -0
|
@@ -119,6 +119,8 @@ export declare class CallProgressComponent implements OnInit, OnChanges {
|
|
|
119
119
|
private lastActiveConferenceId;
|
|
120
120
|
private pendingAutoUnhold;
|
|
121
121
|
selectedConfName: any;
|
|
122
|
+
pendingMuteParticipants: Set<string>;
|
|
123
|
+
intendedMuteStates: Map<string, boolean>;
|
|
122
124
|
constructor(extensionService: ExtensionService, cdr: ChangeDetectorRef, twilioService: TwilioService, ipService: IpAddressService, incomeingCallSocketService: IncomeingCallSocketService);
|
|
123
125
|
ngOnInit(): void;
|
|
124
126
|
ngOnChanges(changes: SimpleChanges): void;
|
package/package.json
CHANGED
|
Binary file
|