-3

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.

Einsamer
  • 1,069
  • 4
  • 17
  • 34

1 Answers1

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