VideoGalleryTogetherModeParticipantPosition type

함께 모드에서 참가자의 위치를 나타내는 인터페이스입니다.

type VideoGalleryTogetherModeParticipantPosition = Record<
  string,
  VideoGalleryTogetherModeSeatingInfo
>