2

Anyone know of any good tutorials that are recent regarding webRTC?

Apreciated

Comments
  • 2
    I didn't find any one, so gave up and digged official samples for native APIs (in browser things are much easier)
  • 2
    @sjoerd I know you've worked with WebRTC, care to illaburate?
  • 1
    @incognito I'd like a recent tutorial as well, actually. I've been using an outdated library for WebRTC and so I still need to figure out how to do WebRTC myself because I don't want to depend on outdated code...
  • 0
    I was looking into it lightly yesterday and i couldnt really find a reliable resource - if anyone does find, feel free to share. Im sure alot of us and definitely me would apreciate :)
  • 1
    Mdn never failed me on this: https://developer.mozilla.org/en-US...

    I haven't used webrtc in a while, tho, so don't know what's new.
  • 1
    I also used this a lot: https://github.com/webrtc/adapter
    It took care of some cross browser issues.
Add Comment