react-native-lowlatency
TypeScript icon, indicating that this package has built-in type declarations

1.0.9 • Public • Published

react-native-lowlatency

FullCam plugin for integration using low latency

Installation

npm install react-native-lowlatency

Usage

import { NoDelayVideo } from 'react-native-lowlatency';

// ...

<NoDelayVideo
    token={token} //token integration
    player_id={player_id} //playerid || hashid || id camera
    onError={_err.bind(this)} //callback error
    setLoad={val => setLiveLoad(val)} //setar Load player
    style={{ width: 100, height: 100  }} //stye with size player
/>

License

MIT


Made with create-react-native-library

Package Sidebar

Install

npm i react-native-lowlatency

Weekly Downloads

2

Version

1.0.9

License

MIT

Unpacked Size

49.4 kB

Total Files

10

Last publish

Collaborators

  • gustavofidencio