Skip to content

Commit

Permalink
remove testing data
Browse files Browse the repository at this point in the history
  • Loading branch information
deleolajide committed Dec 6, 2020
1 parent 6336144 commit 188be11
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 19 deletions.
19 changes: 1 addition & 18 deletions web/src/main/webapp/config_custom.js
Original file line number Diff line number Diff line change
Expand Up @@ -55,21 +55,4 @@ if (config.webinar)
]

interfaceConfig.FILM_STRIP_MAX_HEIGHT = 1;
}

//config.googleApiApplicationClientID = "39065779381-bbhnkrgibtf4p0j9ne5vsq7bm49t1tlf.apps.googleusercontent.com",
//config.microsoftApiApplicationClientID = "00000000-0000-0000-0000-000040240063",
//config.enableCalendarIntegration = true,
//config.dialInNumbersUrl = './phoneNumberList.json';
//config.dialInConfCodeUrl = './conferenceMapper.json';
//config.dialOutCodesUrl = './countrycodes.json';
//config.dialOutAuthUrl = './authorizephone.json';
//config.peopleSearchUrl = './directorySearch.json';
//config.inviteServiceUrl = './conferenceInvite.json';
//config.inviteServiceCallFlowsUrl = './conferenceinvitecallflows.json';

config.dialInNumbersUrl = 'https://web-cdn.jitsi.net/beta/phoneNumberList.json';
config.dialInConfCodeUrl = 'https://api.jitsi.net/conferenceMapper';
//config.dialOutCodesUrl = 'https://api.jitsi.net/countrycodes';
//config.dialOutAuthUrl = 'https://api.jitsi.net/authorizephone';
//config.hosts.call_control = "callcontrol.desktop-545pc5b";
}
2 changes: 1 addition & 1 deletion web/src/main/webapp/phoneNumberList.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"message":"Phone numbers available.","numbers":{"US":["+1.512.647.1431"],"UK":["+44.203.885.2179"],"France":["+33.1.87.21.0005"],"Germany":["+49.89.380.38719"],"Netherlands":["+31.85.208.1541"],"Spain":["+34.932.205.409"],"Canada":["+1.437.538.3987"],"Australia":["+61.8.7150.1136"],"Brazil":["+55.21.3500.0112"],"Japan":["+81.3.4510.2372"],"Switzerland":["+41.61.588.0496"]},"numbersEnabled":true}
{"message":"Phone numbers available.","numbers":{"US":[],"UK":[],"France":[],"Germany":[],"Netherlands":[],"Spain":[],"Canada":[],"Australia":[],"Brazil":[],"Japan":[],"Switzerland":[]},"numbersEnabled":true}

0 comments on commit 188be11

Please sign in to comment.