Skip to content

Commit b17c3c7

Browse files
authored
Update video-indexer-embed-widgets.md
1 parent bd3860c commit b17c3c7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/media-services/video-indexer/video-indexer-embed-widgets.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -64,10 +64,10 @@ You can use the Editor widget to create new projects and manage a video's insigh
6464

6565
This section discusses embgedding the public and pirvate content into apps.
6666

67-
Make sure to add the `location` parameter to the link, if your resource is not in the **trail** region. The parameter should be set to the [Azure regions in which Video Indexer exists](regions.md). For example: `https://www.videoindexer.ai/accounts/00000000-0000-0000-0000-000000000000/videos/b2b2c74b8e/?location=trial`.
67+
The `location` parameter must be included in the embedded links, see [how to get the name of your region](regions.md). If your account is in preview, the `trial` should be used for the location value. `trial` is the default value for the `location` paramete. For example: `https://www.videoindexer.ai/accounts/00000000-0000-0000-0000-000000000000/videos/b2b2c74b8e/?location=trial`.
6868

6969
> [!IMPORTANT]
70-
> Sharing the widget link will include the access token and grant the read-only permissions to your account.
70+
> Sharing a link for the **Player** or **Insights** widget will include the access token and grant the read-only permissions to your account.
7171
7272
### Public content
7373

@@ -78,7 +78,7 @@ Make sure to add the `location` parameter to the link, if your resource is not i
7878
5. Copy the embed code (appears in **Copy the embedded code** in the **Share & Embed** dialog).
7979
6. Add the code to your app.
8080

81-
## Private content
81+
### Private content
8282

8383
To embed a private video, you must pass an access token in the `src` attribute of the iframe:
8484

0 commit comments

Comments
 (0)