Skip to content

Commit

Permalink
Fix gulpfile
Browse files Browse the repository at this point in the history
  • Loading branch information
ibc committed Jul 12, 2023
1 parent 199fcf9 commit 5f63fb4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -371,7 +371,7 @@ gulp.task('devel:vp9', gulp.series(
{
open : 'external',
host : config.domain,
startPath : '/?roomId=devel:vp9&info=true&_throttleSecret=foo&forceVP9=true&svc=L3T3&consume=false',
startPath : '/?roomId=devel:vp9&info=true&_throttleSecret=foo&forceVP9=true&numSimulcastStreams=3&webcamScalabilityMode=L1T3&consume=false',
server :
{
baseDir : OUTPUT_DIR
Expand All @@ -389,7 +389,7 @@ gulp.task('devel:vp9', gulp.series(
{
open : 'external',
host : config.domain,
startPath : '/?roomId=devel:vp9&info=true&_throttleSecret=foo&forceVP9=true&svc=L3T3&produce=false',
startPath : '/?roomId=devel:vp9&info=true&_throttleSecret=foo&forceVP9=true&produce=false',
server :
{
baseDir : OUTPUT_DIR
Expand Down

0 comments on commit 5f63fb4

Please sign in to comment.