snapkit
snapkit copied to clipboard
`videoUrl` parameter documented incorrectly
In the docs, you state that in Snapkit.share:
SnapchatMediaType.VIDEOrequiresvideoUrlto be nonnull. [...]videoUrlis a String that contains an external url eg. https://domain.com/video.mp4/
This, however, is not accurate because:
- There is no
videoUrlparameter - there only is avideoPathparameter. - The
videoPathparameter loads the video from local assets (therootBundle) rather than from an external URL.