parent
4c62759a6f
commit
008d22a2a0
1 changed files with 1 additions and 1 deletions
|
@ -231,7 +231,7 @@ export function GroupCallView({
|
|||
<OpenIDLoader
|
||||
client={client}
|
||||
livekitServiceURL={livekitServiceURL}
|
||||
roomName={matrixInfo.roomName}
|
||||
roomName={`${groupCall.room.roomId}-${groupCall.groupCallId}`}
|
||||
>
|
||||
<ActiveCall
|
||||
client={client}
|
||||
|
|
Loading…
Reference in a new issue