获取正在使用的麦克风设备 getCurrentAudioInputDevice
描述:获取正在使用的麦克风设备
示例
const device = YlinkMeeting.getCurrentAudioInputDevice();
参数
无
返回数据
MediaDeviceInfo | null
描述:获取正在使用的麦克风设备
const device = YlinkMeeting.getCurrentAudioInputDevice();
无
MediaDeviceInfo | null