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,

29 lines (28 loc) 1.15 kB
import { TRTCVideoResolution } from "@tencentcloud/tuiroom-engine-js"; var IconButtonLayout = /* @__PURE__ */ ((IconButtonLayout2) => { IconButtonLayout2["VERTICAl"] = "vertical"; IconButtonLayout2["HORIZONTAL"] = "horizontal"; return IconButtonLayout2; })(IconButtonLayout || {}); ({ videoResolution: TRTCVideoResolution.TRTCVideoResolution_640_360 }); var USERS_STATUS = /* @__PURE__ */ ((USERS_STATUS2) => { USERS_STATUS2[USERS_STATUS2["Entered"] = 1] = "Entered"; USERS_STATUS2[USERS_STATUS2["ON_STAGE"] = 1] = "ON_STAGE"; USERS_STATUS2[USERS_STATUS2["NOT_ON_STAGE"] = 2] = "NOT_ON_STAGE"; USERS_STATUS2[USERS_STATUS2["NOT_ENTER"] = 3] = "NOT_ENTER"; return USERS_STATUS2; })(USERS_STATUS || {}); const PASSWORD_MAX_LENGTH_LIMIT = 6; var TRTCBeautyStyle = /* @__PURE__ */ ((TRTCBeautyStyle2) => { TRTCBeautyStyle2[TRTCBeautyStyle2["TRTCBeautyStyleSmooth"] = 0] = "TRTCBeautyStyleSmooth"; TRTCBeautyStyle2[TRTCBeautyStyle2["TRTCBeautyStyleNature"] = 1] = "TRTCBeautyStyleNature"; return TRTCBeautyStyle2; })(TRTCBeautyStyle || {}); export { IconButtonLayout, PASSWORD_MAX_LENGTH_LIMIT, TRTCBeautyStyle, USERS_STATUS };