Commit dea6fb57 authored by Muhammadali's avatar Muhammadali

update version: 1.2.3

parent d94882d4
{
"name": "boxdialer",
"version": "1.2.2",
"version": "1.2.3",
"description": "",
"main": "src/boxDialer.js",
"scripts": {
......
......@@ -102,13 +102,6 @@ export class BoxDialer {
}
onSoundType({ type, bool }) {
console.log(
this.ringtone,
'sound',
{ type, bool },
`body clicked: ${this.played}`,
);
if (this.played) {
switch (type) {
case 'ring':
......@@ -240,6 +233,9 @@ export class BoxDialer {
case 'call_m_stream_audio_remote_added':
uiState = 'connected';
break;
case 'call_i_ao_request':
uiState = 'connectingOutgoing';
break;
default:
break;
}
......@@ -306,6 +302,9 @@ export class BoxDialer {
this.setGuiPhoneState({ stateCode: this.sipState });
// QORA EKRANDA ULANYAPTI.. SOZINI VAHTGA OZGARTIRISH KERE ( SEKKUNDAMER )
break;
case 'call_i_ao_request':
this.setGuiPhoneState({ stateCode: this.sipState });
break;
case 'hangup_terminating':
// QORA EKRANNI OCHIRISH KERE
......
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