Partilhar via


VideoGallerySelector type

Tipo de seletor para componente 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
}