1.0.2 • Published 5 years ago
liveframe v1.0.2
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.