Skip to content

Commit

Permalink
Merge pull request #828 from OpenVidu/recording_experimental_flag
Browse files Browse the repository at this point in the history
openvidu-recording: add experimental flag to chrome to avoid hiding l…
  • Loading branch information
pabloFuente authored Feb 13, 2024
2 parents 8c18f4b + 69b41a1 commit 4face2e
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ xvfb-run-safe --server-args="-ac -screen 0 ${RESOLUTION}x24 -noreset" google-chr
--disable-component-update \
--disable-background-networking \
--disable-default-apps \
--flag-switches-begin --disable-features=WebRtcHideLocalIpsWithMdns --flag-switches-end \
$DEBUG_CHROME_FLAGS $URL &>xvfb.log &

until pids=$(pidof Xvfb); do
Expand Down

0 comments on commit 4face2e

Please sign in to comment.