@cometchat/chat-uikit-vue
Version:
Ready-to-use Chat UI Components for Vue(Javascript/Web)
12 lines (11 loc) • 659 B
TypeScript
import { CometChatCallDetailsTemplate, CometChatTheme } from "@cometchat/uikit-resources";
export declare class CallingDetailsUtils {
static getDefaultCallTemplate(callLog: any, loggedInUser: CometChat.User, theme: CometChatTheme): Array<CometChatCallDetailsTemplate>;
private static getCallButtons;
static getPrimaryDetailsTemplate(callLog: any, loggedInUser: CometChat.User, theme: CometChatTheme): CometChatCallDetailsTemplate;
private static getPrimaryOptions;
private static getSecondaryDetailsTemplate;
private static getSecondaryOptions;
private static generateCallDetailsHTML;
private static generateCallOptionsHTML;
}