瀏覽代碼

ref: Adds deployment info variables to config.js,

removes local.html
master
Boris Grozev 8 年之前
父節點
當前提交
2a3c4cfb82
共有 2 個文件被更改,包括 7 次插入0 次删除
  1. 7
    0
      config.js
  2. 0
    0
      local.html

+ 7
- 0
config.js 查看文件

@@ -106,5 +106,12 @@ var config = { // eslint-disable-line no-unused-vars
106 106
         // How long we're going to wait, before going back to P2P after
107 107
         // the 3rd participant has left the conference (to filter out page reload)
108 108
         //backToP2PDelay: 5
109
+    },
110
+    // Information about the jitsi-meet instance we are connecting to, including the
111
+    // user region as seen by the server.
112
+    deploymentInfo: {
113
+        //shard: "shard1",
114
+        //region: "europe",
115
+        //userRegion: "asia"
109 116
     }
110 117
 };

+ 0
- 0
local.html 查看文件


Loading…
取消
儲存