Searched refs:stopMediaStream (Results 1 – 7 of 7) sorted by relevance
28 export declare function stopMediaStream(stream: MediaStream | null): void;
149 Utils.stopMediaStream(stream);
236 export function stopMediaStream(stream) { function
1 …treams.current) {\n // Close all open streams.\n Utils.stopMediaStream(stream);\n …
1 …rn('Failed to apply constraints', error);\n }\n}\n\nexport function stopMediaStream(stream: Media…
184 Utils.stopMediaStream(stream);
361 export function stopMediaStream(stream: MediaStream | null) { function