mirror of https://github.com/OpenVidu/openvidu.git
ov-components: comment out headless mode in chrome arguments for local testing
parent
314a3d1898
commit
fb999df526
|
@ -12,7 +12,7 @@ interface BrowserConfig {
|
|||
|
||||
const chromeArguments = [
|
||||
'--window-size=1300,1000',
|
||||
'--headless',
|
||||
// '--headless',
|
||||
'--use-fake-ui-for-media-stream',
|
||||
'--use-fake-device-for-media-stream',
|
||||
'--use-file-for-fake-audio-capture=e2e/assets/audio.wav'
|
||||
|
|
Loading…
Reference in New Issue