HenrikJoreteg / webrtc.js

WebRTC abstraction for managing it simple to manage multiple peer connections of various types.
http://simplewebrtc.com
158 stars 33 forks source link

Complete documentation #16

Open manishmshivanandhan opened 10 years ago

manishmshivanandhan commented 10 years ago

Where can I find a good documentation for Simplewebrtc? Do you recommend using any other library ? I am working on a group chat app which has screensharing and video recording support. Any help would be great!

ghost commented 9 years ago

+1

denisov commented 9 years ago

+1

thEpisode commented 9 years ago

+1

kashifshamaz21 commented 9 years ago

https://simplewebrtc.com/ could be a good starting point. Simplewebrtc is built out of smaller, modules: https://github.com/andyet/signalmaster, https://github.com/henrikjoreteg/webrtc.js, https://github.com/HenrikJoreteg/getUserMedia and so on. So for more detailed info, you would have to dive into those modules and hopefully those modules themselves document their usage, apis exposed etc. better.