Video Conferencing API for Java

niro picture niro · Nov 19, 2013 · Viewed 8.5k times · Source

are there any Free video conferencing APIs for Java...? It's for a telemedicine project. I have to communicate from Java application(Patient's end) to a web client at the doctor's end.

Answer

radai picture radai · Nov 19, 2013

jitsi is an open source XMPP client (among other things) thats written mostly in Java and supports video calls. i suggest you start by looking at their source code.