Skip to content

Commit 3f93bdb

Browse files
authored
Merge pull request matrix-org#4324 from matrix-org/jryans/conf-under-release
Remove underscore from Jitsi conference names
2 parents 66d292f + cf635c6 commit 3f93bdb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/CallHandler.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -430,7 +430,7 @@ async function _startCallApp(roomId, type) {
430430
return;
431431
}
432432

433-
const confId = `JitsiConference_${generateHumanReadableId()}`;
433+
const confId = `JitsiConference${generateHumanReadableId()}`;
434434
const jitsiDomain = SdkConfig.get()['jitsi']['preferredDomain'];
435435

436436
let widgetUrl = WidgetUtils.getLocalJitsiWrapperUrl();

0 commit comments

Comments
 (0)