8fdc4433e5
Verto JS libs allow passing an attachStreams array of MediaStream objects, which are then supposed to be added to the peer connection in the order they are supplied in the array. However, there is a faulty logic check prior to actually adding the streams, where 'options.attachStream' is checked for length instead of 'options.attachStreams'. |
||
---|---|---|
.. | ||
demo | ||
js | ||
verto_communicator | ||
video_demo | ||
video_demo-live_canvas | ||
README |
README
This needs to be fleshed out more. It would be nice to develop a web app here that implements a web phone. Do not base it on the demo because it was just tossed together. To run jshint: cd js npm install grunt