apivideo / api.video-flutter-uploader

The official Flutter video uploader for api.video
https://api.video
MIT License
24 stars 2 forks source link

Feat/cancel upload by video id #17

Open Shreedhar73 opened 8 months ago

Shreedhar73 commented 8 months ago

The current cancelAll methods, cancels all the current uploads .

Implementation of Cancelling the Video Upload using the video ID. Useful when, a video object is created before starting the upload process.

ThibaultBee commented 7 months ago

Hi there, Thank you for your PR.

This PR concerns videoId that's mean you are using an API key in your application. Make sure you read https://docs.api.video/sdks/security#securing-the-api-keys-on-the-application-not-recommended before. TL;DR: Don't use API key and videoId but use upload tokens. For this reason, we probably won't merged it.

Now on your PR itself: