AWS kinesisvideostreams-webrtc-dg documentation change
Summary
Corrected API call reference from GetSignalingEndpoint to GetSignalingChannelEndpoint
Security assessment
Documentation accuracy fix for API naming, no security implications identified
Diff
diff --git a/kinesisvideostreams-webrtc-dg/latest/devguide/ConnectAsViewer.md b/kinesisvideostreams-webrtc-dg/latest/devguide/ConnectAsViewer.md index 20c18b9cc..653b0d4f6 100644 --- a//kinesisvideostreams-webrtc-dg/latest/devguide/ConnectAsViewer.md +++ b//kinesisvideostreams-webrtc-dg/latest/devguide/ConnectAsViewer.md @@ -9 +9 @@ RequestResponseErrorsLimits/ThrottlingIdempotentRetry behaviorConcurrent calls -Connects as a viewer to the signaling channel specified by the endpoint. Any WebSocket-compliant library can be used to connect to the secure websocket (WSS) endpoint obtained from the `GetSignalingEndpoint` API call. The Amazon Resource Name (ARN) of the signaling channel and the client ID must be provided as query string parameters. There are separate endpoints for connecting as a master and as a viewer. If there is an existing connection with the same `ClientId` as specified in the request, the new connection takes precedence. The connection metadata is overwritten with the new information. +Connects as a viewer to the signaling channel specified by the endpoint. Any WebSocket-compliant library can be used to connect to the secure websocket (WSS) endpoint obtained from the `GetSignalingChannelEndpoint` API call. The Amazon Resource Name (ARN) of the signaling channel and the client ID must be provided as query string parameters. There are separate endpoints for connecting as a master and as a viewer. If there is an existing connection with the same `ClientId` as specified in the request, the new connection takes precedence. The connection metadata is overwritten with the new information.