浏览代码

fix: Updates cloud-api.swagger phoneNumberList endpoint.

master
Дамян Минков 3 年前
父节点
当前提交
8434dda6e5
共有 1 个文件被更改,包括 12 次插入2 次删除
  1. 12
    2
      config.js

+ 12
- 2
config.js 查看文件

@@ -1187,14 +1187,24 @@ var config = {
1187 1187
     // will open an etherpad document.
1188 1188
     // etherpad_base: 'https://your-etherpad-installati.on/p/',
1189 1189
 
1190
+    // To enable information about dial-in access to meetings you need to provide
1191
+    // dialInNumbersUrl and dialInConfCodeUrl.
1192
+    // dialInNumbersUrl returns a json array of numbers that can be used for dial-in.
1193
+    // {"countryCode":"US","tollFree":false,"formattedNumber":"+1 123-456-7890"}
1194
+    // dialInConfCodeUrl is the conference mapper converting a meeting id to a PIN used for dial-in
1195
+    // or the other way around (more info in resources/cloud-api.swagger)
1196
+    //
1197
+    // For JaaS customers the default values are:
1198
+    // dialInNumbersUrl: 'https://conference-mapper.jitsi.net/v1/access/dids',
1199
+    // dialInConfCodeUrl: 'https://conference-mapper.jitsi.net/v1/access',
1200
+    //
1201
+
1190 1202
     // List of undocumented settings used in jitsi-meet
1191 1203
     /**
1192 1204
      _immediateReloadThreshold
1193 1205
      debug
1194 1206
      debugAudioLevels
1195 1207
      deploymentInfo
1196
-     dialInConfCodeUrl
1197
-     dialInNumbersUrl
1198 1208
      dialOutAuthUrl
1199 1209
      dialOutCodesUrl
1200 1210
      disableRemoteControl

正在加载...
取消
保存