Share via


TogetherModeParticipantSeatingState type

Represents the seating positions of participants in Together Mode.

type TogetherModeParticipantSeatingState = Record<
  string,
  TogetherModeSeatingPositionState
>