@api.video/react-native-api-video-uploader

This module is an easy way to upload video with delegated token to Api.Video

Usage no npm install needed!

<script type="module">
  import apiVideoReactNativeApiVideoUploader from 'https://cdn.skypack.dev/@api.video/react-native-api-video-uploader';
</script>

README

@api.video/react-native-api-video-uploader

npm ts

This module is an easy way to upload video with delegated token to Api.Video

Installation

npm install @api.video/react-native-api-video-uploader

or

yarn add @api.video/react-native-api-video-uploader

Usage

import ApiVideoUploader from "react-native-api-video-uploader";

// ...

ApiVideoUploader.upload("YOUR_TOKEN", "VIDEO_NAME", "FILE_PATH").then((value: Video) =>{
    console.log(`video : `, value)
});

Contributing

See the contributing guide to learn how to contribute to the repository and the development workflow.

Plugins

API.Video LiveStream module is using external native library for broadcasting

Plugin README
VideoUploaderIos VideoUploaderIos
android-video-uploader android-video-uploader

FAQ

If you have any questions, ask us here: https://community.api.video . Or use Issues.

Example App

You can try our example app, feel free to test it.

License

MIT License Copyright (c) 2021 api.video