UNPKG

@tencentcloud/call-uikit-react

Version:

An Open-source Voice & Video Calling UI Component Based on Tencent Cloud Service.

9 lines (6 loc) 233 B
import { useContext } from 'react'; import { CustomUIConfigContext } from '../context'; export default function useViewBackgroundConfig() { const { viewBackground } = useContext(CustomUIConfigContext); return viewBackground; }