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,

16 lines (15 loc) 617 B
"use strict"; Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" }); const universalApi = require("@tencentcloud/universal-api"); const isPC = universalApi.getPlatform() === "pc"; const isH5 = universalApi.getPlatform() === "h5"; const isWeChat = universalApi.getPlatform() === "wechat"; const isApp = universalApi.getPlatform() === "app"; const isUniFrameWork = typeof uni !== "undefined"; const isMobile = isH5 || isWeChat || isApp; exports.isApp = isApp; exports.isH5 = isH5; exports.isMobile = isMobile; exports.isPC = isPC; exports.isUniFrameWork = isUniFrameWork; exports.isWeChat = isWeChat;