@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,
13 lines (12 loc) • 774 B
TypeScript
export declare enum WARNING_MESSAGE {
UNMUTE_LOCAL_MIC_FAIL_MUTE_ALL = "Has been fully muted and cannot open the microphone",
UNMUTE_LOCAL_MIC_FAIL_MUTE_BY_MASTER = "Has been muted by the host and cannot open the microphone",
UNMUTE_LOCAL_MIC_FAIL_AUDIENCE = "To apply to speak in the room, please raise your hand first to apply for the microphone",
UNMUTE_LOCAL_CAMERA_FAIL_MUTE_ALL = "Has been full static painting, can not open the video",
UNMUTE_LOCAL_CAMERA_FAIL_MUTE_BY_MASTER = "It has been stilled by the host and cannot open the video",
UNMUTE_LOCAL_CAMERA_FAIL_AUDIENCE = "To apply to speak in the room, please raise your hand first to apply for the microphone"
}
export declare enum MESSAGE_DURATION {
NORMAL = 3000,
LONG = 5000
}