@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,
31 lines (30 loc) • 726 B
TypeScript
export declare enum SpeechMode {
FREE_SPEECH = "FreeSpeech",
APPLY_SPEECH = "ApplySpeech"
}
export declare enum IconButtonLayout {
VERTICAl = "vertical",
HORIZONTAL = "horizontal"
}
export declare enum MediaDeviceState {
OPEN = "OPEN",
CLOSE = "CLOSE",
DISABLED = "DISABLED",
UNAVAILABLE = "UNAVAILABLE"
}
export declare const SMALL_VIDEO_ENC_PARAM: {
videoResolution: any;
videoFps: number;
videoBitrate: number;
};
export declare enum USERS_STATUS {
Entered = 1,
ON_STAGE = 1,
NOT_ON_STAGE = 2,
NOT_ENTER = 3
}
export declare const PASSWORD_MAX_LENGTH_LIMIT = 6;
export declare enum TRTCBeautyStyle {
TRTCBeautyStyleSmooth = 0,
TRTCBeautyStyleNature = 1
}