1.0.3 • Published 5 years ago

@liveframe/liveframe v1.0.3

Weekly downloads
1
License
MIT
Repository
github
Last release
5 years ago

LiveFrame JS Client

Send user streams to the LiveFrame service.

Installation

Require the package using npm:

npm i @liveframe/liveframe

Usage

import LiveFrame from 'liveframe';

const liveframe = new LiveFrame({
    token: token,
    options: options
});

liveframe.video.addStream({
    type: type,
    stream: new ImageCapture(stream_track),
});

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

License

MIT

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago