Searched refs:isStartingCamera (Results 1 – 3 of 3) sorted by relevance
34 const isStartingCamera = React.useRef(false);91 if (isStartingCamera.current) {94 isStartingCamera.current = true;97 isStartingCamera.current = isStarting;101 isStartingCamera.current = false;
1 …isStartingCamera = React.useRef<boolean | null>(false);\n const activeStreams = React.useRef<Medi…
55 const isStartingCamera = React.useRef<boolean | null>(false); constant118 if (isStartingCamera.current) {121 isStartingCamera.current = true;125 isStartingCamera.current = isStarting;129 isStartingCamera.current = false;