From 923c8b7df44f64e7f4c5425b12e7f53d466bc74b Mon Sep 17 00:00:00 2001 From: Dan Coffey Date: Wed, 11 Feb 2026 12:55:52 -0500 Subject: [PATCH 1/2] fixed incorrect language for SST fields --- millicast/streaming-dashboard/subscribe-tokens.mdx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/millicast/streaming-dashboard/subscribe-tokens.mdx b/millicast/streaming-dashboard/subscribe-tokens.mdx index 7ca8b066cf27..033c4da5ba48 100644 --- a/millicast/streaming-dashboard/subscribe-tokens.mdx +++ b/millicast/streaming-dashboard/subscribe-tokens.mdx @@ -143,7 +143,8 @@ Self-signing your Subscribe token allows you to: - `tokenType`: Assign the string `"Subscribe"` to indicate that it is a Subscribe token - `allowedOrigins` (optional): Origins that allow the stream to be viewed from - `allowedIpAddresses` (optional): IP ranges that allow the stream to be viewed from - - `trackingID` (optional): ID to syndicate content across multiple partners or providers. This ID can be used to group viewers of the same stream for [analytics](/millicast/api/analytics-get-tracking-total-for-streams.api.mdx) purposes. + - `tracking` (optional): An object to contain viewer tracking fields + - `trackingId` (optional): A group ID to syndicate content across multiple partners or providers. This ID can be used to group viewers of the same stream for [analytics](/millicast/api/analytics-get-tracking-total-for-streams.api.mdx) purposes. _Note: This is intended for tracking groups of viewers and should **NOT** be unique per-viewer. If you want to track individual viewers, see `customViewerData`_ - `expires_in` (optional): Number of seconds before the token expires. If the parent token expires before the self-signed token, the self-signed token will also expire. - `customViewerData` (optional): A unique identifier of a viewer that allows getting the viewer's bandwidth consumption while using [syndication](/millicast/distribution/syndication). Using this parameter requires contacting sales. 3. Sign the JWT using the Subscribe token as the key and set an expiration for the JWT. From 22eaecc9960b0648775dbd07df6fcc1c10e493aa Mon Sep 17 00:00:00 2001 From: Dan Coffey Date: Wed, 11 Feb 2026 12:57:13 -0500 Subject: [PATCH 2/2] formatting --- millicast/streaming-dashboard/subscribe-tokens.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/millicast/streaming-dashboard/subscribe-tokens.mdx b/millicast/streaming-dashboard/subscribe-tokens.mdx index 033c4da5ba48..ee3fc36700f9 100644 --- a/millicast/streaming-dashboard/subscribe-tokens.mdx +++ b/millicast/streaming-dashboard/subscribe-tokens.mdx @@ -144,7 +144,7 @@ Self-signing your Subscribe token allows you to: - `allowedOrigins` (optional): Origins that allow the stream to be viewed from - `allowedIpAddresses` (optional): IP ranges that allow the stream to be viewed from - `tracking` (optional): An object to contain viewer tracking fields - - `trackingId` (optional): A group ID to syndicate content across multiple partners or providers. This ID can be used to group viewers of the same stream for [analytics](/millicast/api/analytics-get-tracking-total-for-streams.api.mdx) purposes. _Note: This is intended for tracking groups of viewers and should **NOT** be unique per-viewer. If you want to track individual viewers, see `customViewerData`_ + - `trackingId` (optional): A group ID to syndicate content across multiple partners or providers. This ID can be used to group viewers of the same stream for [analytics](/millicast/api/analytics-get-tracking-total-for-streams.api.mdx) purposes. _Note: This is intended for tracking groups of viewers and should **NOT** be unique per-viewer. If you want to track individual viewers, see `customViewerData`_ - `expires_in` (optional): Number of seconds before the token expires. If the parent token expires before the self-signed token, the self-signed token will also expire. - `customViewerData` (optional): A unique identifier of a viewer that allows getting the viewer's bandwidth consumption while using [syndication](/millicast/distribution/syndication). Using this parameter requires contacting sales. 3. Sign the JWT using the Subscribe token as the key and set an expiration for the JWT.