TogetherModeParticipantSeatingState type
Vertegenwoordigt de zitposities van deelnemers in de Together-modus.
type TogetherModeParticipantSeatingState = Record<
string,
TogetherModeSeatingPositionState
>