UNPKG

@tencentcloud/call-uikit-vue

Version:

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

8 lines (6 loc) 266 B
import { ICustomUIConfig } from "../../TUICallService/const"; import { inject, Ref } from "../../adapter-vue"; import { CustomUIConfigContextKey } from "../context"; export function useCustomUI() { return inject<Ref<ICustomUIConfig>>(CustomUIConfigContextKey); }