pope-test-callkit2
Version:
An Open-source Voice & Video Calling UI Component Based on Tencent Cloud Service.
27 lines (26 loc) • 531 B
TypeScript
export declare const AudioStreamProps: {
avatar: {
type: StringConstructor;
};
username: {
type: StringConstructor;
};
isVideoAvailable: {
type: BooleanConstructor;
};
showStreamInfo: {
type: BooleanConstructor;
};
isSmallWindow: {
type: BooleanConstructor;
default: boolean;
};
isMuted: {
type: BooleanConstructor;
default: boolean;
};
volume: {
type: NumberConstructor;
default: number;
};
};