awslabs / amplify-video

An open source Category Plugin for the AWS Amplify-CLI that makes it easy to deploy live and file based streaming video services and integrate them into your Amplify applications.
https://www.npmjs.com/package/amplify-category-video
Apache License 2.0
268 stars 56 forks source link

Resolved issue 116 where 'amplify video stop' would attempt to start … #117

Closed AdamTylerLynch closed 4 years ago

AdamTylerLynch commented 4 years ago

…the stream, and 'amplify video start' would attempt to stop the stream

Issue #116

Just changed the parameters as they were transposed.

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.