Skip to content

Commit

Permalink
Update notes now that android is supported as well
Browse files Browse the repository at this point in the history
  • Loading branch information
123mpozzi committed Oct 23, 2024
1 parent fc5cbbf commit 51049c5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/playbackConfig.ts
Original file line number Diff line number Diff line change
Expand Up @@ -47,19 +47,19 @@ export interface PlaybackConfig {
* When set to `true`, also make sure to properly configure your app to allow
* background playback.
*
* @note
* On tvOS, background playback is only supported for audio-only content.
*
* Default is `false`.
*
* @example
* ```
* const player = new Player({
* {
* playbackConfig: {
* isBackgroundPlaybackEnabled: true,
* }
* })
* },
* });
* ```
* @platform iOS, tvOS
*/
isBackgroundPlaybackEnabled?: boolean;
/**
Expand Down

0 comments on commit 51049c5

Please sign in to comment.