Skip to content

Release 1.0.3

Choose a tag to compare

@bvdcode bvdcode released this 19 Oct 22:02
· 2 commits to main since this release
Increase retry count and improve video format handling

Updated the `tryCount` default value in `GetVideoBytesAsync`
from 3 to 5 to allow more retry attempts. Modified the
`contentType` check to support all video formats by matching
`"video/"` instead of only `"video/mp4"`. Adjusted the sequence
of `PostAsync` and `Task.Delay` calls for better operation flow.