From 8966e00599b204a3f6cb49888f44d591e3840fba Mon Sep 17 00:00:00 2001 From: Oleksandr Kharchenko Date: Tue, 27 Aug 2024 11:32:32 +0300 Subject: [PATCH] [ZEUS-4737] Updated tutorial with background audio init --- docs/data/tutorials/playbacksdk/getstarted.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/data/tutorials/playbacksdk/getstarted.json b/docs/data/tutorials/playbacksdk/getstarted.json index cc41dfb..9a202c6 100644 --- a/docs/data/tutorials/playbacksdk/getstarted.json +++ b/docs/data/tutorials/playbacksdk/getstarted.json @@ -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", @@ -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" } ],