AWS ivs documentation change
Summary
Fixed URL formatting in multiple API reference links and maintained existing security warning about participant token attributes
Security assessment
The changes are URL corrections and formatting updates. The existing security warning about avoiding sensitive data in participant tokens remains unchanged. No new security documentation is added.
Diff
diff --git a/ivs/latest/LowLatencyUserGuide/multiple-hosts-demo.md b/ivs/latest/LowLatencyUserGuide/multiple-hosts-demo.md index 7b1708d0d..c37231e26 100644 --- a//ivs/latest/LowLatencyUserGuide/multiple-hosts-demo.md +++ b//ivs/latest/LowLatencyUserGuide/multiple-hosts-demo.md @@ -15 +15 @@ Scenario: Alice (A) is broadcasting to her Amazon IVS channel and wants to invit -Here is a [CreateStage](https://docs.aws.amazon.com/ivs/latest/RealTimeAPIReference/API_CreateStage.html) request using the Amazon IVS Stage API: +Here is a [CreateStage](https://docs.aws.amazon.com//ivs/latest/RealTimeAPIReference/API_CreateStage.html) request using the Amazon IVS Stage API: @@ -34 +34 @@ Here is a [CreateStage](https://docs.aws.amazon.com/ivs/latest/RealTimeAPIRefere -You can pre-create participant tokens when you create a stage, as is done here. You also can create tokens for an existing stage, by calling [CreateParticipantToken](https://docs.aws.amazon.com/ivs/latest/RealTimeAPIReference/API_CreateParticipantToken.html). For each participant, you can pass in a custom `userId` and set of `attributes`. (**Important** : The `attributes` and `userId` request fields are exposed to all stage participants. These should not be used for personally identifying, confidential, or sensitive information.) +You can pre-create participant tokens when you create a stage, as is done here. You also can create tokens for an existing stage, by calling [CreateParticipantToken](https://docs.aws.amazon.com//ivs/latest/RealTimeAPIReference/API_CreateParticipantToken.html). For each participant, you can pass in a custom `userId` and set of `attributes`. (**Important** : The `attributes` and `userId` request fields are exposed to all stage participants. These should not be used for personally identifying, confidential, or sensitive information.) @@ -175 +175 @@ Now Alice is broadcasting to multiple viewers, via the Amazon IVS Android Broadc -For comparison, here is how [server-side composition](./multiple-hosts-broadcasting-client-vs-server.html) works. (For details, see [Server-Side Composition](https://docs.aws.amazon.com/ivs/latest/RealTimeUserGuide/server-side-composition.html) in the _IVS Real-Time User Guide_.) +For comparison, here is how [server-side composition](./multiple-hosts-broadcasting-client-vs-server.html) works. (For details, see [Server-Side Composition](https://docs.aws.amazon.com//ivs/latest/RealTimeUserGuide/server-side-composition.html) in the _IVS Real-Time User Guide_.)