UNPKG

@azure/communication-react

Version:

React library for building modern communication user experiences utilizing Azure Communication Services

8 lines 411 B
import { CaptionsInformation, RealTimeTextInformation } from '../CaptionsBanner'; /** * Sorts the captions and real time texts based on their timestamp. * * @private */ export declare function sortCaptionsAndRealTimeTexts(captions: CaptionsInformation[], realTimeTexts: RealTimeTextInformation[]): (CaptionsInformation | RealTimeTextInformation)[]; //# sourceMappingURL=sortCaptionsAndRealTimeTexts.d.ts.map