Skip to content
Snippets Groups Projects
Commit 9387435a authored by Mohamed Amine Ben Salah's avatar Mohamed Amine Ben Salah
Browse files

fix the fake video capture argument command

parent 0df1bd85
No related branches found
No related tags found
No related merge requests found
......@@ -107,7 +107,7 @@ class Page {
'--no-sandbox',
'--use-fake-ui-for-media-stream',
'--use-fake-device-for-media-stream',
`--use-file-for-fake-audio-capture=${process.env.VIDEO_FILE}`,
`--use-file-for-fake-video-capture=${process.env.VIDEO_FILE}`,
'--allow-file-access',
],
};
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment