Skip to content

Commit

Permalink
docs: Fix setVideoContainer documentation (#6893)
Browse files Browse the repository at this point in the history
Related to
#6672 (comment)
  • Loading branch information
avelad committed Jun 24, 2024
1 parent 14ce038 commit 752df76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/tutorials/text-displayer.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Shaka Player supports two types of Text Displayer.

By default, if not configured otherwise, the player will use type 1.
To configure type 2, you have to call `setVideoContainer` function before
making `load` call in the player.
making `attach` call in the player.

Note: The UI calls setVideoContainer for you if the video's controls are
disabled, so this isn't always necessary when using the UI.

0 comments on commit 752df76

Please sign in to comment.