You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-11-08 21:42:24 +03:00
Merge pull request #4304 from matrix-org/travis/fix-confs
Remove underscore from Jitsi conference names
This commit is contained in:
@@ -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();
|
||||||
|
|||||||
Reference in New Issue
Block a user