mirror of
https://github.com/vector-im/element-call.git
synced 2026-04-25 09:35:33 +00:00
Merge branch 'grid-interactions' into livekit-experiment
This commit is contained in:
@@ -464,6 +464,7 @@ function useParticipantTiles(
|
||||
!sfuParticipant.isLocal,
|
||||
hasVideo: sfuParticipant.isCameraEnabled,
|
||||
local: sfuParticipant.isLocal,
|
||||
largeBaseSize: false,
|
||||
data: {
|
||||
member,
|
||||
sfuParticipant,
|
||||
@@ -478,6 +479,8 @@ function useParticipantTiles(
|
||||
...userMediaTile,
|
||||
id: `${id}:screen-share`,
|
||||
focused: true,
|
||||
largeBaseSize: true,
|
||||
placeNear: id,
|
||||
data: {
|
||||
...userMediaTile.data,
|
||||
content: TileContent.ScreenShare,
|
||||
|
||||
Reference in New Issue
Block a user