UNPKG

@rohitninawe/chat-uikit-react-native

Version:

Ready-to-use Chat UI Components for React Native

9 lines (8 loc) 457 B
import { CometChat } from '@cometchat/chat-sdk-react-native'; export declare class CallUtils { private static isInitiator; static getCallStatus(message: CometChat.BaseMessage, loggedInUser: CometChat.User): string; static isMissedCall(call: CometChat.Call, loggedInUser: CometChat.User): boolean; static convertMinutesToHoursMinutesSeconds(minutes: number): string; static convertSecondsToHoursMinutesSeconds(seconds: number): string; }