共用方式為


VideoGallerySelector type

VideoGallery 元件的選取器類型。

type VideoGallerySelector = (
  state: CallClientState,
  props: CallingBaseSelectorProps
) => {
  dominantSpeakers?: string[]
  isTogetherModeActive?: boolean
  localParticipant: VideoGalleryLocalParticipant
  maxParticipantsToSpotlight?: number
  optimalVideoCount?: number
  remoteParticipants: VideoGalleryRemoteParticipant[]
  screenShareParticipant?: VideoGalleryRemoteParticipant
  spotlightedParticipants?: string[]
  startTogetherModeEnabled?: boolean
  togetherModeSeatingCoordinates?: VideoGalleryTogetherModeParticipantPosition
  togetherModeStreams?: VideoGalleryTogetherModeStreams
}