Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
This commit is contained in:
Šimon Brandner
2023-01-31 11:04:48 +01:00
parent 6ff8215e7a
commit ab70926274

View File

@@ -82,6 +82,7 @@ export const ParticipantsTest = () => {
name={`User ${item.id}`}
disableSpeakingIndicator={items.length < 3}
connectionState={ConnectionState.Connected}
debugInfo={{ width: undefined, height: undefined }}
{...rest}
/>
)}