Megosztás a következőn keresztül:


TogetherModeParticipantSeatingState type

A résztvevők üléspozícióit jelöli Együtt módban.

type TogetherModeParticipantSeatingState = Record<
  string,
  TogetherModeSeatingPositionState
>