CaptionsBannerSelector type
CaptionsBanner 구성 요소의 선택기 유형입니다.
type CaptionsBannerSelector = (
state: CallClientState,
props: CallingBaseSelectorProps
) => {
captions: CaptionsInformation[]
isCaptionsOn: boolean
isRealTimeTextOn: boolean
latestLocalRealTimeText: RealTimeTextInformation
realTimeTexts: {
completedMessages?: RealTimeTextInformation[]
currentInProgress?: RealTimeTextInformation[]
myInProgress?: RealTimeTextInformation
}
startCaptionsInProgress: boolean
}