How to develop WebRTC application for beginners?

19,387

Solution 1

EDIT: updated April 2016

For those getting started on ICE, STUN and TURN (and WebRTC in general) I recommend the resources linked to from webrtc.org/start.

Resources for developers working on iOS or Android apps using the native WebRTC APIs are available at webrtc.org/native-code.

Shameless self promotion, but for further information about ICE I suggest you look at the WebRTC Infrastructure article I wrote for HTML5 Rocks.

Solution 2

Another potential resource to consider is the open source Mobicents SIP Servlets project, which provides examples how to write server code for managing WebRTC calls.

Here is a video demo: http://vimeo.com/51744602

Here is a blog how to run WebRTC apps on CloudBees one of the popular Java PaaS: http://www.telestax.com/webrtc_cloudbees/

If you are not a Java developer, you can take a look at Restcomm and keep an eye on upcoming announcements for WebRTC support: https://code.google.com/p/restcomm/

Share:
19,387
Naseef Chowdhury
Author by

Naseef Chowdhury

NA

Updated on June 05, 2022

Comments

  • Naseef Chowdhury
    Naseef Chowdhury almost 2 years

    I am new in WebRTC. I have good knowledge of ICE/STUN/TURN. I want to develop a WebRTC application using my implementations of ICE/STUN/TURN which is been implemented in C++. Is the C++ library can be used for a web application of WebRTC? If yes, how?

    Can you give me some open source ICE library names which can be used in WebRTC also?