共用方式為


VideoGallerySelector type

VideoGallery 元件的選取器類型。

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