Merge pull request #1207 from vector-im/release-preparations

Release preparations
This commit is contained in:
Daniel Abramov
2023-07-07 16:10:33 +02:00
committed by GitHub
2 changed files with 1 additions and 5 deletions

View File

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