I want to Implement simple VoIP application using any of the Java SIP Libraries and APIs.can you give me a simple example of VOIP application. i have not get any resources or tutor that contains java Voice over IP.
相关问题
- Delete Messages from a Topic in Apache Kafka
- Jackson Deserialization not calling deserialize on
- How to maintain order of key-value in DataFrame sa
- StackExchange API - Deserialize Date in JSON Respo
- Difference between Types.INTEGER and Types.NULL in
For code samples, you can look at Jitsi's source code - it supports VoIP/SIP, along with a number of IM protocols.
This article covers this domain very widely.