Searched refs:videoSourceId (Results 1 – 3 of 3) sorted by relevance
53 const videoSourceId = constraintToSourceId(props.videoConstraints); constant54 if (videoSourceId) {55 videoSource = videoSourceId;
40 const videoSourceId = constraintToSourceId(props.videoConstraints);41 if (videoSourceId) {42 videoSource = videoSourceId;
1 …\n }\n\n const videoSourceId = constraintToSourceId(props.videoConstraints);\n if (videoSourceI…