Skip to content

Commit

Permalink
chore: update doc text
Browse files Browse the repository at this point in the history
  • Loading branch information
matamegger committed Jul 27, 2023
1 parent 4d36f5b commit 05b9afa
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/components/PlayerView/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,9 @@ export interface PlayerViewProps extends BasePlayerViewProps, PlayerViewEvents {

/**
* Can be set to `true` to enter fullscreen mode, or `false` to exit fullscreen mode.
* By using this property to change the fullscreen state, we make sure that the embedded Player UI is also aware
* Should not be used to get the current fullscreen state. Use `onFullscreenEnter` and `onFullscreenExit`
* or the `FullscreenHandler.isFullscreenActive` property to get the current state.
* By using this property to change the fullscreen state, it is ensured that the embedded Player UI is also aware
* of potential fullscreen state changes.
* To use this property, a `FullscreenHandler` must be set.
*/
Expand Down

0 comments on commit 05b9afa

Please sign in to comment.