niro
niro

Reputation: 405

Video Conferencing API for Java

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.

Upvotes: 2

Views: 9415

Answers (2)

Kunjan Thadani
Kunjan Thadani

Reputation: 1670

Try lti-civil library. It will do the work for capturing images from webcam. Rest is on you to process it and use. Here is the link http://sourceforge.net/projects/lti-civil/

Upvotes: 1

radai
radai

Reputation: 24192

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.

Upvotes: 7

Related Questions