UNPKG

@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,

21 lines (20 loc) 677 B
export default function useRoomInfo(): { t: any; arrowDirection: import("vue").Ref<boolean>; isWeChat: boolean; isShowRoomInfo: import("vue").Ref<boolean>; isShowRoomInfoTitle: import("vue").ComputedRef<any>; conferenceTitle: import("vue").ComputedRef<string>; roomInfoTabList: import("vue").ComputedRef<{ id: number; title: string; content: any; copyLink: any; isShowCopyIcon: boolean; visible: any; }[]>; handleCloseRoomInfo: () => void; toggleShowRoomInfoStatus: () => void; handleClickOutsideRoomInfoContainer: () => void; onCopy: (value: string | number) => Promise<void>; };