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
No known key found for this signature in database
GPG key ID: D1D45825D60C24D2

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}
/>
)}