UNPKG

@100mslive/roomkit-react

Version:

![Banner](https://github.com/100mslive/web-sdks/blob/06c65259912db6ccd8617f2ecb6fef51429251ec/prebuilt-banner.png)

10 lines (9 loc) 457 B
export declare function getPercentage(a: number, b: number): number; /** * Take a time in seconds and return its equivalent time in hh:mm:ss format * @param {number} timeInSeconds if given as floating point value, it is floored. * * @returns a string representing timeInSeconds in HH:MM:SS format. */ export declare function getDurationFromSeconds(timeInSeconds: number): string; export declare function getDuration(videoEl: HTMLVideoElement): number;