Commit f4758d7b authored by Muhammadali's avatar Muhammadali

update

parent 8455cbe7
{
"name": "boxdialer",
"version": "4.8.78",
"version": "4.8.81",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "boxdialer",
"version": "4.8.78",
"version": "4.8.81",
"license": "ISC",
"dependencies": {
"@emotion/react": "^11.11.1",
......
{
"name": "boxdialer",
"version": "4.8.81",
"version": "4.8.82",
"description": "",
"main": "src/boxDialer.js",
"scripts": {
......
This source diff could not be displayed because it is too large. You can view the blob instead.
......@@ -102,7 +102,7 @@ export class BoxDialer {
// this.stop();
// }, 1000);
// if (this.oscillator1 || this.oscillator2) return;
// console.log('Begin dialTone:', this.oscillator1, this.oscillator2);
// console.log('Begin dialTone:', this.oscillator1, this.oscillator2);
// this.oscillator1 = this.musicContext.createOscillator();
// // this.oscillator1.type = null;
// this.oscillator1.frequency.value = freq1;
......@@ -484,6 +484,8 @@ export class BoxDialer {
bool: true, type: 'connected', from: this?.callSession?._remote_identity?._uri?.user,
});
console.log('this_callSession_remote_identity_uri: ', this?.callSession)
this.startInnerTimer();
this.setGuiPhoneState({
funcName: 'modalState', stateCode: 'connected', funcParam: {
......
......@@ -14,7 +14,7 @@ import { useColorConfig } from "../storage/globalColorConfig"
const Root = ({ wsphonedata, onSetDnd, setWsphonedata, callMethod }) => {
const boxDialer = window.BoxDialer;
console.log('dsjdashdjhasdkjash')
const useColorConfigStore = useColorConfig((store) => store)
const configHoldMute = useConfigHoldMute((state) => state)
const [phoneModal, setPhoneModal] = useState(false);
......
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