مشاركة عبر


TogetherModeParticipantSeatingState type

يمثل أوضاع جلوس المشاركين في وضع معا.

type TogetherModeParticipantSeatingState = Record<
  string,
  TogetherModeSeatingPositionState
>