Merge pull request #4304 from matrix-org/travis/fix-confs
Remove underscore from Jitsi conference names
This commit is contained in:
commit
df60f9cd26
1 changed files with 1 additions and 1 deletions
|
@ -430,7 +430,7 @@ async function _startCallApp(roomId, type) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
const confId = `JitsiConference_${generateHumanReadableId()}`;
|
const confId = `JitsiConference${generateHumanReadableId()}`;
|
||||||
const jitsiDomain = SdkConfig.get()['jitsi']['preferredDomain'];
|
const jitsiDomain = SdkConfig.get()['jitsi']['preferredDomain'];
|
||||||
|
|
||||||
let widgetUrl = WidgetUtils.getLocalJitsiWrapperUrl();
|
let widgetUrl = WidgetUtils.getLocalJitsiWrapperUrl();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue