pope-test-callkit2
Version:
An Open-source Voice & Video Calling UI Component Based on Tencent Cloud Service.
89 lines (88 loc) • 2.35 kB
TypeScript
export declare const OverlayStreamProps: {
readonly showOverlayStream: {
readonly type: BooleanConstructor;
readonly default: true;
};
readonly customClass: {
readonly type: StringConstructor;
};
readonly customStyle: {
readonly type: ObjectConstructor;
};
readonly isSmallWindow: {
readonly type: BooleanConstructor;
readonly default: false;
};
readonly tip: {
readonly type: StringConstructor;
readonly default: any;
};
readonly showOverlay: {
readonly type: BooleanConstructor;
readonly default: true;
};
readonly showMask: {
readonly type: BooleanConstructor;
readonly default: true;
};
readonly showBackgroundImage: {
readonly type: BooleanConstructor;
readonly default: true;
};
readonly blur: {
readonly type: BooleanConstructor;
readonly default: true;
};
readonly bgColor: {
readonly type: StringConstructor;
};
readonly bgImage: {
readonly type: StringConstructor;
readonly default: string;
};
readonly overlayZIndex: {
readonly type: NumberConstructor;
};
readonly customOverlayClass: {
readonly type: StringConstructor;
};
readonly showLoading: {
readonly type: BooleanConstructor;
readonly default: false;
};
readonly showAvatar: {
readonly type: BooleanConstructor;
readonly default: true;
};
readonly avatar: {
readonly type: StringConstructor;
readonly default: string;
};
readonly showUserName: {
readonly type: BooleanConstructor;
readonly default: true;
};
readonly username: {
readonly type: StringConstructor;
};
readonly color: {
readonly type: StringConstructor;
readonly default: "#FFF";
};
readonly showMicVolume: {
readonly type: BooleanConstructor;
readonly default: false;
};
readonly isMuted: {
readonly type: BooleanConstructor;
readonly default: false;
};
readonly volume: {
readonly type: NumberConstructor;
readonly default: 0;
};
readonly showTip: {
readonly type: BooleanConstructor;
readonly default: true;
};
};