I would like to build a web application with voice chat functionality. I heard about SIP and I thought it could help me. Please help any simple examples using SIP with Java. Spring is my current framework I'm using.
Thanks for helping!
---Edited---
Actually, my friend told me about Web RTC that can do my expecting functionality. Thanks for looking at this post.
Asked
Active
Viewed 2,092 times
-3

Einsamer
- 1,069
- 4
- 17
- 34
-
2Same question: http://stackoverflow.com/questions/2652049/sip-and-java-where-to-start-and-with-what – greenmarker Dec 30 '15 at 06:42
1 Answers
3
You may start with: http://www.javaworld.com/article/2071781/java-web-development/sip-programming-for-the-java-developer.html
https://docs.oracle.com/cd/E19355-01/820-3007/gfmpq/index.html
You will need also to have a SIP server. Windows (freeware): http://www.3cx.com/phone-system/sip-server/

greenmarker
- 1,599
- 1
- 21
- 29
-
1Thanks, I'm wondering why so many people just unvote and leave. It's so unresponsibility. – Einsamer Dec 30 '15 at 07:19