Home
last modified time | relevance | path

Searched refs:constraintToSourceId (Results 1 – 3 of 3) sorted by relevance

/expo/packages/expo-camera/src/
H A DWebUserMediaManager.ts14 const constraintToSourceId = (constraint) => { constant
48 const audioSourceId = constraintToSourceId(props.audioConstraints);
53 const videoSourceId = constraintToSourceId(props.videoConstraints);
/expo/packages/expo-camera/build/
H A DWebUserMediaManager.js10 const constraintToSourceId = (constraint) => { function
36 const audioSourceId = constraintToSourceId(props.audioConstraints);
40 const videoSourceId = constraintToSourceId(props.videoConstraints);
H A DWebUserMediaManager.js.map1constraintToSourceId = (constraint) => {\n const { deviceId } = constraint;\n\n if (typeof d…