Merge pull request #4324 from matrix-org/jryans/conf-under-release

Remove underscore from Jitsi conference names
pull/21833/head
J. Ryan Stinnett 2020-04-01 14:24:09 +01:00 committed by GitHub
commit 3f93bdb329
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -430,7 +430,7 @@ async function _startCallApp(roomId, type) {
return;
}
const confId = `JitsiConference_${generateHumanReadableId()}`;
const confId = `JitsiConference${generateHumanReadableId()}`;
const jitsiDomain = SdkConfig.get()['jitsi']['preferredDomain'];
let widgetUrl = WidgetUtils.getLocalJitsiWrapperUrl();