Skip to content

Commit

Permalink
[ZEUS-4737] Updated tutorial with background audio init
Browse files Browse the repository at this point in the history
  • Loading branch information
KharchenkoAlex committed Aug 27, 2024
1 parent 8716eff commit 8966e00
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/data/tutorials/playbacksdk/getstarted.json
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@
},
{
"type": "text",
"text": " Initialize the Playback SDK by providing your API key and register the default player plugin."
"text": "Create an instance of the custom video player plugin and configure it by setting playback options such as autoplay and background playback. To do this, create a `VideoPlayerConfig` object, configure its playback settings to enable autoplay and disable background playback, and then pass this configuration to the plugin."
},
{
"type": "text",
Expand All @@ -172,7 +172,7 @@
{
"inlineContent": [
{
"text": "Make sure this step is done when the app starts.",
"text": "Ensure that the plugin setup and registration occur during the app's initialization process.",
"type": "text"
}
],
Expand Down

0 comments on commit 8966e00

Please sign in to comment.