Skip to content

Commit 9f2703b

Browse files
authored
Merge pull request #112531 from Juliako/patch-29
Update release-notes.md
2 parents b72bcd4 + d6ade1d commit 9f2703b

File tree

1 file changed

+13
-3
lines changed

1 file changed

+13
-3
lines changed

articles/media-services/video-indexer/release-notes.md

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,11 +49,21 @@ A new player skin launched with updated design.
4949
* [Get-Accounts-Authorization](https://api-portal.videoindexer.ai/docs/services/Operations/operations/Get-Accounts-Authorization)
5050
* [Get-Accounts-With-Token](https://api-portal.videoindexer.ai/docs/services/Operations/operations/Get-Accounts-With-Token)
5151

52-
The Account object has a `Url` field pointing to the location of [Video Indexer web site](https://www.videoindexer.ai/).
53-
For paid accounts the Url field is currently pointing to an internal url instead of the public web site.
54-
In the coming weeks we will change it and return VideoIndexer’s web site (`https://www.videoindexer.ai/`) for all accounts, trial and paid.
52+
The Account object has a `Url` field pointing to the location of the [Video Indexer website](https://www.videoindexer.ai/).
53+
For paid accounts the `Url` field is currently pointing to an internal URL instead of the public website.
54+
In the coming weeks we will change it and return the [Video Indexer website](https://www.videoindexer.ai/) URL for all accounts (trial and paid).
5555

5656
Do not use the internal URLs, you should be using the [Video Indexer public APIs](https://api-portal.videoindexer.ai/).
57+
* If you are embedding Video Indexer URLs in your applications and the URLs are not pointing to the [Video Indexer website](https://www.videoindexer.ai/) or the [Video Indexer API endpoint](https://api.videoindexer.ai) but rather to a regional endpoint (for example, `https://wus2.videoindexer.ai`), regenerate the URLs.
58+
59+
You can do it it by either:
60+
61+
* Replacing the URL with a URL pointing to the Video Indexer widget APIs (for example, the [insights widget](https://api-portal.videoindexer.ai/docs/services/Operations/operations/Get-Video-Insights-Widget))
62+
* Using the Video Indexer website to generate a new embedded URL:
63+
64+
Press **Play** to get to your video's page -> click **<Embed>** -> copy the URL into your application:
65+
66+
The regional URLs are not supported and will be blocked in the coming weeks.
5767

5868
## January 2020
5969

0 commit comments

Comments
 (0)