共用方式為


TogetherModeParticipantSeatingState type

表示 Together Mode 中參與者的座位。

type TogetherModeParticipantSeatingState = Record<
  string,
  TogetherModeSeatingPositionState
>