共用方式為


VideoGalleryTogetherModeParticipantPosition type

表示 Together Mode 中參與者位置的介面。

type VideoGalleryTogetherModeParticipantPosition = Record<
  string,
  VideoGalleryTogetherModeSeatingInfo
>