Skip to content

Commit

Permalink
Merge pull request #516 from EpicGamesExt/abscapturefix
Browse files Browse the repository at this point in the history
Make abs-capture-time flag false by default
  • Loading branch information
mcottontensor authored Mar 2, 2025
2 parents 42836ff + be4ea8e commit 738c740
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Frontend/library/src/Config/Config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -573,7 +573,7 @@ export class Config {
'Enables the abs-capture-time RTP header extension',
settings && Object.prototype.hasOwnProperty.call(settings, Flags.EnableCaptureTimeExt)
? settings[Flags.EnableCaptureTimeExt]
: true,
: false,
useUrlParams
)
);
Expand Down

0 comments on commit 738c740

Please sign in to comment.