Commit d3b7c811 authored by Muhammadali's avatar Muhammadali

update-

parent 50ed49bb
{
"name": "boxdialer",
"version": "3.6.0",
"version": "3.6.1",
"description": "",
"main": "src/boxDialer.js",
"scripts": {
......
......@@ -342,22 +342,19 @@ export class BoxDialer {
console.log(
'%c incoming confirme',
'font-size: 22px; color: yellow;',
d,
);
this.setGuiPhoneState({
stateCode: 'connected',
});
});
this.callSession.on('ended', () => {
console.log(
'%c newRTCSession ended: ',
'font-size: 22px; color: yellow;',
e,
);
// the call has ended
// this.closeBxCall();
console.log(
'%c incoming end',
'font-size: 22px; color: yellow;',
d,
);
console.log('%c incoming end', 'font-size: 22px; color: yellow;');
this.setGuiPhoneState({
funcName: 'modalState',
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