Skip to content

Commit

Permalink
Fix a crash when someone leaves while screensharing
Browse files Browse the repository at this point in the history
  • Loading branch information
robintown authored and dbkr committed Nov 3, 2022
1 parent 42aeecd commit e339805
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/room/InCallView.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ export function InCallView({

tileDescriptors.push({
id: screenshareFeed.stream.id,
member: userMediaItem?.member,
member: screenshareFeed.getMember()!,
callFeed: screenshareFeed,
focused: true,
isLocal: screenshareFeed.isLocal(),
Expand Down

0 comments on commit e339805

Please sign in to comment.