Skip to content

Commit 738c740

Browse files
Merge pull request #516 from EpicGamesExt/abscapturefix
Make abs-capture-time flag false by default
2 parents 42836ff + be4ea8e commit 738c740

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Frontend/library/src/Config/Config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -573,7 +573,7 @@ export class Config {
573573
'Enables the abs-capture-time RTP header extension',
574574
settings && Object.prototype.hasOwnProperty.call(settings, Flags.EnableCaptureTimeExt)
575575
? settings[Flags.EnableCaptureTimeExt]
576-
: true,
576+
: false,
577577
useUrlParams
578578
)
579579
);

0 commit comments

Comments
 (0)