Partager via


TogetherModeParticipantSeatingState type

Représente les positions assises des participants en mode Ensemble.

type TogetherModeParticipantSeatingState = Record<
  string,
  TogetherModeSeatingPositionState
>