UNPKG

pope-test-callkit-vue2

Version:

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

13 lines (10 loc) 334 B
import { CallStatus, CallRole, CallMediaType } from '../../TUICallService'; export type TCallInfoContextValue = { callStatus?: CallStatus, callRole?: CallRole, callType?: CallMediaType, isGroupCall?: boolean, isEarPhone?: boolean, focusElement?: string | null, }; export const CallInfoContextKey = 'CallInfoContextKey';