parent
4c62759a6f
commit
008d22a2a0
1 changed files with 1 additions and 1 deletions
|
@ -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}
|
||||||
|
|
Loading…
Reference in a new issue