Skip to content

liveframe/liveframe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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