import React from 'react'; import { CallDetailsType, HangUpType, SetLocalPreviewType, SetRendererCanvasType, } from '../state/ducks/calling'; import { Avatar } from './Avatar'; import { CallBackgroundBlur } from './CallBackgroundBlur'; import { LocalizerType } from '../types/Util'; function renderAvatar( callDetails: CallDetailsType, i18n: LocalizerType ): JSX.Element { const { avatarPath, color, name, phoneNumber, profileName, title, } = callDetails; return (