Searched refs:constraintToSourceId (Results 1 – 3 of 3) sorted by relevance
14 const constraintToSourceId = (constraint) => { constant48 const audioSourceId = constraintToSourceId(props.audioConstraints);53 const videoSourceId = constraintToSourceId(props.videoConstraints);
10 const constraintToSourceId = (constraint) => { function36 const audioSourceId = constraintToSourceId(props.audioConstraints);40 const videoSourceId = constraintToSourceId(props.videoConstraints);
1 …constraintToSourceId = (constraint) => {\n const { deviceId } = constraint;\n\n if (typeof d…