@tencentcloud/roomkit-electron-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,
13 lines (12 loc) • 464 B
TypeScript
/**
* Configuration required isUploadLoaded, aegisId, projectName
* isUploadLoaded: Upload loaded event
* isUploadDetailEvent: Upload loaded and other events
* aegisId: aegis Id
* projectName: projectName
*/
declare const isUploadLoaded: boolean;
declare const isUploadDetailEvent: boolean;
declare const aegisId = "iHWefAYqooXkVQhcyK";
declare const projectName = "TUIRoomKit-Electron";
export { isUploadLoaded, isUploadDetailEvent, aegisId, projectName };