UNPKG

rahatline

Version:

Rahatline Browser connection

9 lines 327 B
import 'ua-parser-js'; export declare enum DeviceType { IOS = 0, OTHER = 1 } export declare function RuntimeDeviceType(): DeviceType; export declare function RuntimeDeviceHaveMicrophone(): Promise<boolean>; export declare function RuntimeDeviceHaveWebCam(): Promise<boolean>; //# sourceMappingURL=broswer_utils.d.ts.map