Skip to content

Commit 6960934

Browse files
authored
Update live-events-outputs-concept.md
1 parent 04beff5 commit 6960934

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/media-services/latest/live-events-outputs-concept.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ You can either use non-vanity URLs or vanity URLs.
8585

8686
Vanity mode is preferred by large media broadcasters who use hardware broadcast encoders and don't want to re-configure their encoders when they start the Live Event. They want a predictive ingest URL, which does not change over time.
8787

88-
To specify this mode, you set `vanityUrl` to `true` at creation time (default is `false`). You also need to pass your own access token at creation time. You specify the token value to avoid a random token in the URL. The access token (`LiveEventInput.accessToken`) has to be a valid GUID string (with or without the dashes). Once the mode is set it cannot be updated.
88+
To specify this mode, you set `vanityUrl` to `true` at creation time (default is `false`). You also need to pass your own access token (`LiveEventInput.accessToken`) at creation time. You specify the token value to avoid a random token in the URL. The access token has to be a valid GUID string (with or without the dashes). Once the mode is set it cannot be updated.
8989

9090
The access token needs to be unique in your data center. If your application needs to use a vanity URL, it is recommended to always create a new GUID instance for your access token (instead of reusing any existing GUID).
9191

0 commit comments

Comments
 (0)