From 8434dda6e5c889c5cb766e2013fa3f309be18113 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=94=D0=B0=D0=BC=D1=8F=D0=BD=20=D0=9C=D0=B8=D0=BD=D0=BA?= =?UTF-8?q?=D0=BE=D0=B2?= Date: Wed, 4 May 2022 08:51:25 -0500 Subject: [PATCH] fix: Updates cloud-api.swagger phoneNumberList endpoint. --- config.js | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/config.js b/config.js index f052b83c6..2833e4d74 100644 --- a/config.js +++ b/config.js @@ -1187,14 +1187,24 @@ var config = { // will open an etherpad document. // etherpad_base: 'https://your-etherpad-installati.on/p/', + // To enable information about dial-in access to meetings you need to provide + // dialInNumbersUrl and dialInConfCodeUrl. + // dialInNumbersUrl returns a json array of numbers that can be used for dial-in. + // {"countryCode":"US","tollFree":false,"formattedNumber":"+1 123-456-7890"} + // dialInConfCodeUrl is the conference mapper converting a meeting id to a PIN used for dial-in + // or the other way around (more info in resources/cloud-api.swagger) + // + // For JaaS customers the default values are: + // dialInNumbersUrl: 'https://conference-mapper.jitsi.net/v1/access/dids', + // dialInConfCodeUrl: 'https://conference-mapper.jitsi.net/v1/access', + // + // List of undocumented settings used in jitsi-meet /** _immediateReloadThreshold debug debugAudioLevels deploymentInfo - dialInConfCodeUrl - dialInNumbersUrl dialOutAuthUrl dialOutCodesUrl disableRemoteControl