I know that WebRTC
was designed for browsers, but is it possible to use WebRTC libraries on mobile applications directly?
Thanks!
One resource you might want to look at is this article: how to get started with webrtc and ios without wasting 10 hours of your life
One problem I am having is making sense of all the WebRTC/Libjingle
library files. At the moment, I can get the example app running but I wish there was a "Hello World" example out there.