UNPKG

@tencentcloud/roomkit-web-vue3

Version:

<h1 align="center"> TUIRoomKit</h1> Conference (TUIRoomKit) is a product suitable for multi-person audio and video conversation scenarios such as business meetings, webinars, and online education. By integrating this product, you can add room management,

8 lines (7 loc) 397 B
"use strict"; Object.defineProperties(exports, { __esModule: { value: true }, [Symbol.toStringTag]: { value: "Module" } }); const index$1 = require("../roomHeaderH5/index.vue.js"); const index$2 = require("../roomHeaderPC/index.vue.js"); const environment = require("../../../utils/environment.js"); const index = environment.isMobile ? index$1.default : index$2.default; exports.default = index;