Skip to content

videoUrl parameter documented incorrectly #41

Description

In the docs, you state that in Snapkit.share:

SnapchatMediaType.VIDEO requires videoUrl to be non null.
[...]
videoUrl is a String that contains an external url eg. https://domain.com/video.mp4/

This, however, is not accurate because:

  1. There is no videoUrl parameter - there only is a videoPath parameter.
  2. The videoPath parameter loads the video from local assets (the rootBundle) rather than from an external URL.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions