Skip to content

Commit

Permalink
Link to API references for THEOplayer 7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
MattiasBuelens committed Apr 8, 2024
1 parent d7d8b1b commit 987dd0b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion doc/creating-minimal-app.md
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ We refer to the [example application](example-app.md) and its [code](https://git
### libraryConfiguration

When passing the `PlayerConfiguration` object while creating the player, the
[`libraryConfiguration`](https://www.theoplayer.com/docs/theoplayer/v6/api-reference/web/interfaces/PlayerConfiguration.html#librarylocation) parameter specifies
[`libraryConfiguration`](https://www.theoplayer.com/docs/theoplayer/v7/api-reference/web/interfaces/PlayerConfiguration.html#librarylocation) parameter specifies
where the THEOplayer web worker files are located. The worker files are dynamically loaded and
necessary to play-out MPEG-TS based HLS streams. By default it is set to the location where npm installed THEOplayer
('./node_modules/theoplayer').
Expand Down
2 changes: 1 addition & 1 deletion doc/theoplayerview-component.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ created in React Native. The accompanying example application provides a basic U

You can set a source using the `source` property on the [THEOplayer API](../src/api/player/THEOplayer.ts). The type
definition of `SourceDescription` maps to the type used in
the [Web SDK's documentation](https://www.theoplayer.com/docs/theoplayer/v6/api-reference/web/interfaces/SourceDescription.html).
the [Web SDK's documentation](https://www.theoplayer.com/docs/theoplayer/v7/api-reference/web/interfaces/SourceDescription.html).

```typescript
player.source = {
Expand Down
2 changes: 1 addition & 1 deletion typedoc.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ module.exports = {
externalDocumentation: {
theoplayer: {
dtsPath: '~/THEOplayer.d.ts',
externalBaseURL: 'https://www.theoplayer.com/docs/theoplayer/v6/api-reference/web',
externalBaseURL: 'https://www.theoplayer.com/docs/theoplayer/v7/api-reference/web',
},
},
};

0 comments on commit 987dd0b

Please sign in to comment.