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

Remove underscore from Jitsi conference names
This commit is contained in:
J. Ryan Stinnett
2020-04-01 14:24:09 +01:00
committed by GitHub

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();