Skip to content

Commit

Permalink
feat(MediaCap): Default "useMediaCapablities" to true
Browse files Browse the repository at this point in the history
Set the configuration to true to experiment in the nightly build.

Change-Id: I7a88ed624178511f794573c737c89255d2c53e82
  • Loading branch information
michellezhuogg committed Apr 5, 2021
1 parent 80bdb5a commit bd7e07b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/util/player_configuration.js
Expand Up @@ -257,7 +257,7 @@ shaka.util.PlayerConfiguration = class {
},
playRangeStart: 0,
playRangeEnd: Infinity,
useMediaCapabilities: false,
useMediaCapabilities: true,
textDisplayFactory: () => null,
};

Expand Down

0 comments on commit bd7e07b

Please sign in to comment.