rahatline
Version:
Rahatline Browser connection
10 lines • 401 B
TypeScript
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 RuntimeDeviceHaveScreenShare(): Promise<boolean>;
export declare function RuntimeDeviceHaveWebCam(): Promise<boolean>;
//# sourceMappingURL=broswer_utils.d.ts.map