|
@@ -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
|