Bagikan melalui


VideoGallerySelector type

Jenis pemilih untuk komponen VideoGallery .

type VideoGallerySelector = (
  state: CallClientState,
  props: CallingBaseSelectorProps
) => {
  dominantSpeakers?: string[]
  localParticipant: VideoGalleryLocalParticipant
  remoteParticipants: VideoGalleryRemoteParticipant[]
  screenShareParticipant: VideoGalleryRemoteParticipant | undefined
}