Skip to content

Commit 7511218

Browse files
committed
Clean up
1 parent cdc71a0 commit 7511218

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

packages/calling-stateful-client/src/CallContext.ts

+1-3
Original file line numberDiff line numberDiff line change
@@ -560,9 +560,7 @@ export class CallContext {
560560
for (const [userId, seatingPosition] of seatingMap.entries()) {
561561
seatingPositions[userId] = seatingPosition;
562562
}
563-
if (Object.keys(seatingPositions).length > 0) {
564-
call.togetherMode.seatingPositions = seatingPositions;
565-
}
563+
call.togetherMode.seatingPositions = seatingPositions;
566564
}
567565
});
568566
}

0 commit comments

Comments
 (0)