import { CometChat } from '@cometchat-pro/chat'; import { CallscreenStyle } from '../Calls/CometChatCallscreen/CallscreenStyle'; /** * @property {string} minimizeIconURL - reduce size icon. * @property {string} maximizeIconURL - increase size icon. * @property {CometChat.CallSettingsBuilder} callSettingsBuilder - request builder for calls. * @property {CallscreenStyle} ongoingCallStyle - The style for outgoingCall. */ export declare class CallScreenConfiguration { minimizeIconURL: string; maximizeIconURL: string; callSettingsBuilder: CometChat.CallSettingsBuilder; ongoingCallStyle: CallscreenStyle; onError: ((error: CometChat.CometChatException) => void) | null; constructor(props: Partial); } //# sourceMappingURL=CallScreenConfiguration.d.ts.map