Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
maalouf committed Jan 4, 2019
1 parent 222a578 commit 6d293ee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -112,13 +112,13 @@ mixer.startDrawingFrames();
6. `appendStreams`: (function) append extra/new streams (anytime)

# TypeScript / Angular

```javascript
import {MultiStreamsMixer} from 'yourPath/MultiStreamsMixer';
use normally ex:
let mixer = new MultiStreamsMixer([stream1,stream2]);
mixer.appendStreams(stream3);
let mixed = mixer.getMixedStream();

```
## License

[MultiStreamsMixer.js](https://github.com/muaz-khan/MultiStreamsMixer) is released under [MIT licence](https://www.webrtc-experiment.com/licence/) . Copyright (c) [Muaz Khan](http://www.MuazKhan.com).

0 comments on commit 6d293ee

Please sign in to comment.