Commit fbb04edc authored by Muhammadali's avatar Muhammadali

update version: 1.1.7

parent 1ef11dc1
{
"name": "boxdialer",
"version": "1.1.6",
"version": "1.1.7",
"description": "",
"main": "src/boxDialer.js",
"scripts": {
......
......@@ -180,7 +180,7 @@ export class BoxDialer {
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: true, //(window.localStorage ? window.localStorage.getItem('org.doubango.expert.enable_media_caching') == "true" : false),
enable_media_stream_cache: false, //(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