@vgroup/dialbox 0.7.76 → 0.7.78
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 +31 -22
- package/esm2020/lib/dialbox.component.mjs +2 -3
- package/esm2020/lib/environments/environments.mjs +12 -12
- package/fesm2015/vgroup-dialbox.mjs +56 -47
- package/fesm2015/vgroup-dialbox.mjs.map +1 -1
- package/fesm2020/vgroup-dialbox.mjs +42 -34
- package/fesm2020/vgroup-dialbox.mjs.map +1 -1
- package/lib/components/call-progress/call-progress.component.d.ts +4 -3
- package/package.json +1 -1
- package/vgroup-dialbox-0.7.78.tgz +0 -0
|
@@ -168,9 +168,10 @@ export declare class CallProgressComponent implements OnInit, OnChanges {
|
|
|
168
168
|
private pad;
|
|
169
169
|
private handleError;
|
|
170
170
|
endConfereneceCall(conf?: any): void;
|
|
171
|
-
endCall(isAllCallEnd?: boolean): Promise<void>;
|
|
171
|
+
endCall(isAllCallEnd?: boolean, callDetail?: any): Promise<void>;
|
|
172
172
|
toggleMute(isConference?: boolean): Promise<void>;
|
|
173
173
|
getCurrentCallInfo(): any;
|
|
174
|
+
getCurrentCallIOwnInfo(call?: any): any;
|
|
174
175
|
toggleKeypad(): void;
|
|
175
176
|
toggleMuteIncomingCall(): void;
|
|
176
177
|
toggleContactsPanel(callInfo?: any, isClose?: boolean): any;
|
|
@@ -181,10 +182,10 @@ export declare class CallProgressComponent implements OnInit, OnChanges {
|
|
|
181
182
|
callContact(contact: any, isUnsavedNumber?: boolean, options?: {
|
|
182
183
|
skipDuplicateCheck?: boolean;
|
|
183
184
|
alreadyNormalized?: boolean;
|
|
184
|
-
}): Promise<any>;
|
|
185
|
+
}, participantInfo?: any): Promise<any>;
|
|
185
186
|
CallToUnsavedNumber(number: string, isNewConference?: boolean, options?: {
|
|
186
187
|
skipDuplicateCheck?: boolean;
|
|
187
|
-
}): Promise<boolean>;
|
|
188
|
+
}, participantInfo?: any): Promise<boolean>;
|
|
188
189
|
onAddNewCall(callData: any, isNewConferenceCall?: boolean): void;
|
|
189
190
|
confirmNewCall(): void;
|
|
190
191
|
cancelNewCall(): void;
|
package/package.json
CHANGED
|
Binary file
|