AWS kinesisvideostreams-webrtc-dg documentation change
Summary
Updated API documentation links with corrected URL formatting
Security assessment
Link formatting updates in troubleshooting guide without security-related changes
Diff
diff --git a/kinesisvideostreams-webrtc-dg/latest/devguide/troubleshoot-establish-storage.md b/kinesisvideostreams-webrtc-dg/latest/devguide/troubleshoot-establish-storage.md index bdd919428..4d0a05b14 100644 --- a//kinesisvideostreams-webrtc-dg/latest/devguide/troubleshoot-establish-storage.md +++ b//kinesisvideostreams-webrtc-dg/latest/devguide/troubleshoot-establish-storage.md @@ -26 +26 @@ In WebRTC, the controlling peer initiates the connection to the controlled peer -Upon calling [JoinStorageSession](https://docs.aws.amazon.com/kinesisvideostreams/latest/dg/API_webrtc_JoinStorageSession.html) or [JoinStorageSessionAsViewer](https://docs.aws.amazon.com/kinesisvideostreams/latest/dg/API_webrtc_JoinStorageSessionAsViewer.html), all participants must respond with an SDP answer and exchange ICE candidates with the storage session. +Upon calling [JoinStorageSession](https://docs.aws.amazon.com//kinesisvideostreams/latest/dg/API_webrtc_JoinStorageSession.html) or [JoinStorageSessionAsViewer](https://docs.aws.amazon.com//kinesisvideostreams/latest/dg/API_webrtc_JoinStorageSessionAsViewer.html), all participants must respond with an SDP answer and exchange ICE candidates with the storage session. @@ -36 +36 @@ Signaling messages received from the storage session do not have a senderClientI -When [sending an SDP answer](https://docs.aws.amazon.com/kinesisvideostreams-webrtc-dg/latest/devguide/SendSdpAnswer.html) and [exchanging ICE candidates](https://docs.aws.amazon.com/kinesisvideostreams-webrtc-dg/latest/devguide/SendIceCandidate.html) with the storage session, we recommend including a `correlationId` in the messages. Including a `correlationId` in the messages allows the storage session to return `statusResponse` messages. These messages will contain the `correlationId` of the input message, allowing you to track which message the `statusResponse` belongs to. This allows you to receive immediate feedback about why your SDP answers was rejected. +When [sending an SDP answer](https://docs.aws.amazon.com//kinesisvideostreams-webrtc-dg/latest/devguide/SendSdpAnswer.html) and [exchanging ICE candidates](https://docs.aws.amazon.com//kinesisvideostreams-webrtc-dg/latest/devguide/SendIceCandidate.html) with the storage session, we recommend including a `correlationId` in the messages. Including a `correlationId` in the messages allows the storage session to return `statusResponse` messages. These messages will contain the `correlationId` of the input message, allowing you to track which message the `statusResponse` belongs to. This allows you to receive immediate feedback about why your SDP answers was rejected. @@ -59 +59 @@ As you review the SDP answer contents, review the lines starting with `a=rtpmap` -See [JoinStorageSession](https://docs.aws.amazon.com/kinesisvideostreams/latest/dg/API_webrtc_JoinStorageSession.html) for a list of supported codecs. +See [JoinStorageSession](https://docs.aws.amazon.com//kinesisvideostreams/latest/dg/API_webrtc_JoinStorageSession.html) for a list of supported codecs.