fix participant count test

Signed-off-by: Timo K <toger5@hotmail.de>
This commit is contained in:
Timo K
2025-08-26 18:09:50 +02:00
parent 36be15436a
commit 03527e9d7a
2 changed files with 28 additions and 1 deletions

View File

@@ -177,7 +177,6 @@ function createInCallView(): RenderResult & {
}}
matrixRoom={room}
livekitRoom={livekitRoom}
participantCount={0}
onLeave={function (): void {
throw new Error("Function not implemented.");
}}