Houjie
2025-04-18 77cc3af3cea60471fb2d45ab5da10c4673a6f559
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;
}