仪表盘
版本库
文件存储
活动
搜索
登录
wk
/
wk_app
沃克APP
概况
操作记录
提交次数
目录
文档
分支
对比
blame
|
历史
|
原始文档
企业微信
Houjie
2025-07-07
0a48655d2162b709ecb80d249a4085971add6140
[wk/wk_app.git]
/
node_modules
/
html5-qrcode
/
utils.d.ts
1
2
3
4
import { Logger } from "./core";
export declare class VideoConstraintsUtil {
static isMediaStreamConstraintsValid(videoConstraints: MediaTrackConstraints, logger: Logger): boolean;
}