Use matrix room name and id for jitsi room name
This commit is contained in:
parent
ed6ec55578
commit
2e305cd0f9
1 changed files with 1 additions and 1 deletions
|
@ -68,7 +68,7 @@ function Room() {
|
||||||
return (
|
return (
|
||||||
<JitsiMeeting
|
<JitsiMeeting
|
||||||
domain="meet.calyx.net"
|
domain="meet.calyx.net"
|
||||||
roomName={roomTimeline.roomName}
|
roomName={`${roomTimeline.roomName } ${ roomTimeline.roomId.replace(':matrix.org', '')}`}
|
||||||
configOverwrite={{
|
configOverwrite={{
|
||||||
startWithAudioMuted: true,
|
startWithAudioMuted: true,
|
||||||
disableModeratorIndicator: true,
|
disableModeratorIndicator: true,
|
||||||
|
|
Loading…
Reference in a new issue