Skip to content

Commit be4ea8e

Browse files
committed
Make default value for abs-capture-time flag false to fix compatibility with outdated Chromium clients
1 parent 42836ff commit be4ea8e

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)