pope-test-callkit2
Version:
An Open-source Voice & Video Calling UI Component Based on Tencent Cloud Service.
8 lines (7 loc) • 341 B
TypeScript
import { DeviceType } from '../../TUICallService/const';
export declare function useDeviceList(deviceType: DeviceType): readonly [{
readonly deviceList: import("@vue/composition-api").Ref<any[]>;
readonly currentDeviceId: import("@vue/composition-api").Ref<string>;
}, {
readonly updateCurrentDeviceId: (value: any) => void;
}];