CaptionsBannerSelector type
Tipo de selector para el componente CaptionsBanner .
type CaptionsBannerSelector = (
state: CallClientState,
props: CallingBaseSelectorProps
) => {
captions: CaptionsInformation[]
isCaptionsOn: boolean
isRealTimeTextOn: boolean
latestLocalRealTimeText: RealTimeTextInformation
realTimeTexts: {
completedMessages?: RealTimeTextInformation[]
currentInProgress?: RealTimeTextInformation[]
myInProgress?: RealTimeTextInformation
}
startCaptionsInProgress: boolean
}