Condividi tramite


TogetherModeParticipantSeatingState type

Rappresenta le posizioni dei partecipanti in modalità Insieme.

type TogetherModeParticipantSeatingState = Record<
  string,
  TogetherModeSeatingPositionState
>