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,

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