@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,
33 lines (32 loc) • 979 B
TypeScript
declare const _default: import("vue").DefineComponent<{
message: {
type: ObjectConstructor;
default: () => {};
};
signalingInfo: {
type: ObjectConstructor;
default: () => {};
};
customContent: {
type: ObjectConstructor;
default: () => {};
};
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
message: {
type: ObjectConstructor;
default: () => {};
};
signalingInfo: {
type: ObjectConstructor;
default: () => {};
};
customContent: {
type: ObjectConstructor;
default: () => {};
};
}>>, {
message: Record<string, any>;
signalingInfo: Record<string, any>;
customContent: Record<string, any>;
}, {}>;
export default _default;