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

Adjust JoinStorageSession checkbox behavior #266

Closed sirknightj closed 11 months ago

sirknightj commented 11 months ago

Description of changes: Remove the region check. The checkbox is disabled by default.

Previous

If the checkbox is checked, the describeMediaStorageConfiguration call will be made in us-west-2.

Now If the checkbox is checked, the describeMediaStorageConfiguration call will be made.

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