UNPKG

@cometchat/chat-uikit-react

Version:

Ready-to-use Chat UI Components for React(Javascript/Web)

13 lines (12 loc) 535 B
/// <reference types="react" /> export declare class OutgoingCallConfiguration { disableSoundForCalls?: boolean; customSoundForCalls?: string; titleView?: (call: CometChat.Call) => JSX.Element; subtitleView?: (call: CometChat.Call) => JSX.Element; avatarView?: (call: CometChat.Call) => JSX.Element; cancelButtonView?: (call: CometChat.Call) => JSX.Element; onError?: (error: CometChat.CometChatException) => void; onCallCanceled?: Function; constructor(configuration: OutgoingCallConfiguration); }