@cometchat/chat-uikit-vue
Version:
Ready-to-use Chat UI Components for Vue(Javascript/Web)
8 lines (7 loc) • 620 B
TypeScript
export declare function isSentByMe(call: any, loggedInUser: CometChat.User): boolean;
export declare function isMissedCall(call: any, loggedInUser: CometChat.User): boolean;
export declare function getCallStatusWithType(call: any, loggedInUser: CometChat.User, includeType?: boolean): string;
export declare function verifyCallUser(call: any, loggedInUser: CometChat.User): any;
export declare function convertMinutesToHoursMinutesSeconds(minutes: number): string;
export declare function convertSecondsToHoursMinutesSeconds(seconds: number): string;
export declare function downloadRecordingFromURL(url: string): void;