Commit 08e4be3e authored by Muhammadali's avatar Muhammadali

update version: 1.1.8

parent fbb04edc
......@@ -18,44 +18,9 @@ import DropDownTailwind from '../TailwindComponents/DropDown';
import TimerUi from '../TimerUi';
const WidjetButton = ({ version, timer, widjetState }) => {
// dynamicValue;
// data?.number
// data.lefttime;
// data?.reason;
// packageJson?.version;
return (
<>
<WidjetBlock
className='tailwindGlobalCss'
id={'responsible-button'}
// onClick={() => {
// phoneModal ? setPhoneModal(false) : setPhoneModal(true);
// }}
>
{/* <WidjetBlock.AccauntInfo status={dynamicValue}>
<div className='left'>
<p className='title'>{data?.number}</p>
<p>
<span className='status'>{dynamicValue}</span>
<TimerUi reason={data?.reason} time={data.lefttime} />
</p>
</div>
<div className='right'>
<DialPadIcon />
</div>
<div className='bottom'>
<WidjetBlock.StatusLine status={dynamicValue}>
<p className='verison'>v {packageJson?.version}</p>
</WidjetBlock.StatusLine>
</div>
</WidjetBlock.AccauntInfo> */}
{/*
phoneModal
*/}
<WidjetBlock className='tailwindGlobalCss' id={'responsible-button'}>
<ModalPhoneDropDowm
hidden={!phoneModal}
onClick={(e) => e.stopPropagation()}>
......@@ -68,7 +33,6 @@ const WidjetButton = ({ version, timer, widjetState }) => {
}
/>
) : (
''
)}
</ModalPhoneDropDowm.InputArea>
......
......@@ -173,14 +173,14 @@ export class BoxDialer {
display_name: number, //'3003',
websocket_proxy_url: `wss://${wsurl}/ws`, //'wss://cld.alovoice.uz:61040/ws',
// outbound_proxy_url: '', //(window.localStorage ? window.localStorage.getItem('org.doubango.expert.sip_outboundproxy_url') : null),
ice_servers: [], //(window.localStorage ? window.localStorage.getItem('org.doubango.expert.ice_servers') : null),
ice_servers: isIce ? [{ url: 'stun:stun.l.google.com:19302' }] : [], //(window.localStorage ? window.localStorage.getItem('org.doubango.expert.ice_servers') : null),
enable_rtcweb_breaker: true, //(window.localStorage ? window.localStorage.getItem('org.doubango.expert.enable_rtcweb_breaker') == "true" : false),
events_listener: {
events: '*',
listener: (event) => this.onSessionEvent({ type: 'stack', event }),
},
enable_early_ims: true, //(window.localStorage ? window.localStorage.getItem('org.doubango.expert.disable_early_ims') != "true" : true), // Must be true unless you're using a real IMS network
enable_media_stream_cache: false, //(window.localStorage ? window.localStorage.getItem('org.doubango.expert.enable_media_caching') == "true" : false),
enable_media_stream_cache: true, //(window.localStorage ? window.localStorage.getItem('org.doubango.expert.enable_media_caching') == "true" : false),
//bandwidth: (window.localStorage ? tsk_string_to_object(window.localStorage.getItem('org.doubango.expert.bandwidth')) : null), // could be redefined a session-level
//video_size: (window.localStorage ? tsk_string_to_object(window.localStorage.getItem('org.doubango.expert.video_size')) : null), // could be redefined a session-level
sip_headers: [
......
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