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,

42 lines (41 loc) 889 B
export declare const CONV_OPERATION: { DELETE: string; ISPINNED: string; DISPINNED: string; MUTE: string; NOTMUTE: string; }; export declare const CONV_CREATE_TYPE: { TYPEC2C: string; TYPEGROUP: string; JOINGROUP: string; }; export declare const CHAT_MSG_CUSTOM_TYPE: { SERVICE: string; EVALUATE: string; LINK: string; CALL: number; ORDER: string; }; export declare const DIALOG_CONTENT: { USERLIST: string; GROUPINFORMATION: string; }; export declare const EMOJI_TYPE: { BASIC: string; BIG: string; CUSTOM: string; }; export declare const CONTACT_INFO_LABEL_POSITION: { LEFT: string; TOP: string; }; export declare const CONTACT_INFO_MORE_EDIT_TYPE: { INPUT: string; TEXTAREA: string; SWITCH: string; }; export declare const CONTACT_INFO_BUTTON_TYPE: { SUBMIT: string; CANCEL: string; };