次の方法で共有


TogetherModeParticipantSeatingState type

Together Modeの参加者の着座位置を表します。

type TogetherModeParticipantSeatingState = Record<
  string,
  TogetherModeSeatingPositionState
>