Use unique and stable room names for LiveKit

Fixes #1165.
This commit is contained in:
Daniel Abramov 2023-07-07 12:36:29 +01:00
parent 4c62759a6f
commit 008d22a2a0

View file

@ -231,7 +231,7 @@ export function GroupCallView({
<OpenIDLoader <OpenIDLoader
client={client} client={client}
livekitServiceURL={livekitServiceURL} livekitServiceURL={livekitServiceURL}
roomName={matrixInfo.roomName} roomName={`${groupCall.room.roomId}-${groupCall.groupCallId}`}
> >
<ActiveCall <ActiveCall
client={client} client={client}