Houjie
2 天以前 964faa1077a89713910063c39ebe08fac4e4c56e
1
2
3
4
5
6
7
8
import { CameraDevice } from "./core";
export declare class CameraRetriever {
    static retrieve(): Promise<Array<CameraDevice>>;
    private static rejectWithError;
    private static isHttpsOrLocalhost;
    private static getCamerasFromMediaDevices;
    private static getCamerasFromMediaStreamTrack;
}