WebRTC Course by BlogGeek.Me

Lesson 4 of 6940 min

WebRTC APIs

A few resources for this lesson:

Whenever I find good resources on using the APIs in specific ways, I put them here:

Questions & answers

Should I use ORTC or WebRTC?

WebRTC. ORTC does not really exist. It was an attempt to build a competing / different API for RTC in the browser, which ended up being wrapped back into WebRTC.

Whatever the future holds, WebRTC will have Object RTC based APIs that you will be able to use and direct adoption of the original ORTC spec/draft will be limited at best.

I found this great signaling server on github. Should I use it?

Maybe.

Things to consider in such a case:

  1. Make sure they make use of adapter.js
  2. Check how popular it is
  3. Make sure they had some activity in the past 3 months. WebRTC changes so fast that longer than that should be a warning signal for you
Resources31

Q&A Videos

Kranky Geek Videos

WebRTC Fiddle of the Month

It was hard to cherry pick the ones that make sense to add here, since most of our WebRTC Fiddle of the Month sessions cover the WebRTC API itself.

Just head over to our WebRTC Fiddle of the Month landing page to learn more.

Glossary