pope-test-callkit2
Version:
An Open-source Voice & Video Calling UI Component Based on Tencent Cloud Service.
111 lines (110 loc) • 2.65 kB
TypeScript
export declare const closedPanelUI: {
microphone: {
basicConfig: {
color: string;
iconSrc: string;
width: string;
height: string;
shape: string;
iconSize: number;
textColor: string;
};
closedConfig: {
color: string;
iconSrc: string;
width: string;
height: string;
shape: string;
iconSize: number;
textColor: string;
};
};
speaker: {
basicConfig: {
color: string;
iconSrc: string;
width: string;
height: string;
shape: string;
iconSize: number;
textColor: string;
};
closedConfig: {
color: string;
iconSrc: string;
width: string;
height: string;
shape: string;
iconSize: number;
textColor: string;
};
};
camera: {
basicConfig: {
color: string;
iconSrc: string;
width: string;
height: string;
shape: string;
iconSize: number;
textColor: string;
};
closedConfig: {
color: string;
iconSrc: string;
width: string;
height: string;
shape: string;
iconSize: number;
textColor: string;
};
};
hangup: {
basicConfig: {
color: string;
iconSrc: string;
width: string;
height: string;
shape: string;
iconSize: number;
textColor: string;
};
loadingConfig: {
color: string;
loadingWidth: string;
loadingHeight: string;
width: string;
height: string;
shape: string;
iconSize: number;
textColor: string;
};
};
toggleButtonPanel: {
basicConfig: {
color: string;
width: string;
height: string;
shape: string;
iconSize: number;
iconSrc: string;
};
};
minimize: {
basicConfig: {
iconSize: number;
iconSrc: string;
};
};
inviteUser: {
basicConfig: {
color: string;
width: string;
height: string;
shape: string;
iconSize: number;
iconSrc: string;
textColor: string;
};
};
};