다음을 통해 공유


TogetherModeParticipantSeatingState type

함께 모드에서 참가자의 좌석 위치를 나타냅니다.

type TogetherModeParticipantSeatingState = Record<
  string,
  TogetherModeSeatingPositionState
>