@tencentcloud/call-uikit-wx-uniapp
Version:
An Open-source Voice & Video Calling UI Component Based on Tencent Cloud Service.
37 lines (35 loc) • 541 B
text/typescript
import {
TUIGlobal,
TUIStore,
StoreName,
TUICallKitServer,
NAME,
StatusChange as STATUS,
CallRole,
CallMediaType,
VideoResolution,
VideoDisplayMode,
t,
uiDesign,
FeatureButton,
LayoutMode,
} from './TUICallService/index';
const Version = '4.0.11'; // basic-demo 原来上报使用
// 输出产物
export {
TUIGlobal,
TUIStore,
StoreName,
TUICallKitServer,
NAME,
STATUS,
CallRole,
CallMediaType,
VideoResolution,
VideoDisplayMode,
Version,
t,
uiDesign,
FeatureButton,
LayoutMode,
};