1.0.2 • Published 5 years ago

liveframe v1.0.2

Weekly downloads
-
License
ISC
Repository
github
Last release
5 years ago

LiveFrame JS Client

Send user streams to the LiveFrame service.

Installation

Require the package using npm:

npm install liveframe --save

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.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago