Commit d3b7c811 authored by Muhammadali's avatar Muhammadali

update-

parent 50ed49bb
{ {
"name": "boxdialer", "name": "boxdialer",
"version": "3.6.0", "version": "3.6.1",
"description": "", "description": "",
"main": "src/boxDialer.js", "main": "src/boxDialer.js",
"scripts": { "scripts": {
......
...@@ -342,22 +342,19 @@ export class BoxDialer { ...@@ -342,22 +342,19 @@ export class BoxDialer {
console.log( console.log(
'%c incoming confirme', '%c incoming confirme',
'font-size: 22px; color: yellow;', 'font-size: 22px; color: yellow;',
d,
); );
this.setGuiPhoneState({
stateCode: 'connected',
});
}); });
this.callSession.on('ended', () => { this.callSession.on('ended', () => {
console.log( console.log(
'%c newRTCSession ended: ', '%c newRTCSession ended: ',
'font-size: 22px; color: yellow;', 'font-size: 22px; color: yellow;',
e,
); );
// the call has ended // the call has ended
// this.closeBxCall(); // this.closeBxCall();
console.log( console.log('%c incoming end', 'font-size: 22px; color: yellow;');
'%c incoming end',
'font-size: 22px; color: yellow;',
d,
);
this.setGuiPhoneState({ this.setGuiPhoneState({
funcName: 'modalState', funcName: 'modalState',
funcParam: { funcParam: {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment