Skip to content

Commit

Permalink
refine documentation of possible data types with langValue in setInit…
Browse files Browse the repository at this point in the history
…ialMediaSettingsFor API
  • Loading branch information
Stephan Schreiner committed Sep 1, 2022
1 parent d948240 commit f693d40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/streaming/MediaPlayer.js
Original file line number Diff line number Diff line change
Expand Up @@ -1515,7 +1515,7 @@ function MediaPlayer() {
/**
* This method allows to set media settings that will be used to pick the initial track. Format of the settings
* is following: <br />
* {lang: langValue (can be either a string or a regex to match),
* {lang: langValue (can be either a string primitive, a string object, or a RegExp object to match),
* index: indexValue,
* viewpoint: viewpointValue,
* audioChannelConfiguration: audioChannelConfigurationValue,
Expand Down

0 comments on commit f693d40

Please sign in to comment.