Merge pull request #4324 from matrix-org/jryans/conf-under-release
Remove underscore from Jitsi conference names
This commit is contained in:
commit
3f93bdb329
1 changed files with 1 additions and 1 deletions
|
@ -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();
|
||||
|
|
Loading…
Reference in a new issue