We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cdc71a0 commit 7511218Copy full SHA for 7511218
packages/calling-stateful-client/src/CallContext.ts
@@ -560,9 +560,7 @@ export class CallContext {
560
for (const [userId, seatingPosition] of seatingMap.entries()) {
561
seatingPositions[userId] = seatingPosition;
562
}
563
- if (Object.keys(seatingPositions).length > 0) {
564
- call.togetherMode.seatingPositions = seatingPositions;
565
- }
+ call.togetherMode.seatingPositions = seatingPositions;
566
567
});
568
0 commit comments