VideoGalleryTogetherModeParticipantPosition type

Together Modeでの参加者の位置を表すインターフェース。

type VideoGalleryTogetherModeParticipantPosition = Record<
  string,
  VideoGalleryTogetherModeSeatingInfo
>