Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface DeviceDetectionOptions

设备检测选项

Hierarchy

  • DeviceDetectionOptions

Index

Properties

audio

audio: boolean

必填,指定是还检测麦克风设备

Optional cameraId

cameraId: string

选填,指定需要检测的摄像头设备的ID,可以通过 getCameras 方法查询获得该ID,不填时,将检测默认的摄像头设备

Optional microphoneId

microphoneId: string

选填,指定需要检测的麦克风设备的ID,可通过 getMicrophones 方法查询获得该ID,不填时,将检测默认的麦克风设备

video

video: boolean

必填,指定是否检测摄像头设备

Generated using TypeDoc