mirror of https://github.com/vector-im/riot-web
Merge pull request #4304 from matrix-org/travis/fix-confs
Remove underscore from Jitsi conference namespull/21833/head
commit
df60f9cd26
|
@ -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 New Issue