Fix LiveKit's device selection during the call

This commit is contained in:
Daniel Abramov
2023-06-02 19:55:41 +02:00
parent 991129e470
commit b1d7631994
3 changed files with 60 additions and 153 deletions

View File

@@ -68,7 +68,6 @@ export function VideoTileContainer({
sfuParticipant={item.sfuParticipant}
name={rawDisplayName}
avatar={getAvatar && getAvatar(item.member, width, height)}
maximised={maximised}
{...rest}
/>
)}