Просмотр исходного кода

fix: Updates cloud-api.swagger phoneNumberList endpoint.

master
Дамян Минков 3 лет назад
Родитель
Сommit
8434dda6e5
1 измененных файлов: 12 добавлений и 2 удалений
  1. 12
    2
      config.js

+ 12
- 2
config.js Просмотреть файл

1187
     // will open an etherpad document.
1187
     // will open an etherpad document.
1188
     // etherpad_base: 'https://your-etherpad-installati.on/p/',
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
     // List of undocumented settings used in jitsi-meet
1202
     // List of undocumented settings used in jitsi-meet
1191
     /**
1203
     /**
1192
      _immediateReloadThreshold
1204
      _immediateReloadThreshold
1193
      debug
1205
      debug
1194
      debugAudioLevels
1206
      debugAudioLevels
1195
      deploymentInfo
1207
      deploymentInfo
1196
-     dialInConfCodeUrl
1197
-     dialInNumbersUrl
1198
      dialOutAuthUrl
1208
      dialOutAuthUrl
1199
      dialOutCodesUrl
1209
      dialOutCodesUrl
1200
      disableRemoteControl
1210
      disableRemoteControl

Загрузка…
Отмена
Сохранить