awslabs / amazon-kinesis-video-streams-webrtc-sdk-js

JS SDK for interfacing with the Amazon Kinesis Video Streams Signaling Service.
https://awslabs.github.io/amazon-kinesis-video-streams-webrtc-sdk-js/examples/index.html
Apache License 2.0
286 stars 141 forks source link

sample: ingestion feature off by default #258

Closed sirknightj closed 1 year ago

sirknightj commented 1 year ago

What was changed?

The way the sample determines which mode to run in: Regular WebRTC, or WebRTC Ingestion mode.

This will only impact users in the us-west-2 (preview) region.

How/why was it changed?

When using automatic mode detection, the sample will use DescribeMediaStorageConfiguration for users in us-west-2 to determine which mode to run in. Previously, automatic mode detection would be enabled by default. The checkbox enabling the automatic mode detection is now unchecked by default, skipping the DescribeMediaStorageConfiguration API call.

If you want to try the WebRTC ingestion feature, you will need to manually enable the checkbox, and use the us-west-2 region.

Testing

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.